Module sync

Source
Expand description

Synchronization primitives module

This module provides various synchronization primitives for the Scarlet kernel, including the Waker mechanism for asynchronous task waiting and waking.

Re-exports§

pub use waker::Waker;

Modules§

waker
Waker - Synchronization primitive for task waiting and waking