Module waker

Source
Expand description

Waker - Synchronization primitive for task waiting and waking

This module provides the Waker struct, which manages asynchronous task waiting and waking mechanisms. It allows tasks to block on specific events and be woken up when those events occur, such as I/O completion or interrupt handling.

Structsยง

Waker
A synchronization primitive that manages waiting and waking of tasks
WakerStats
Statistics and state information for a Waker