Module os::sync::mutex

source · []
Expand description

Mutex (spin-like and blocking(sleep))

Structs

Blocking Mutex struct

Spinlock Mutex struct

Traits

Mutex trait