ariel_
os
0.1.0
Module sync
Module Items
Structs
In ariel_
os::
thread
ariel_os
::
thread
Module
sync
Copy item path
Available on
crate feature
threading
only.
Expand description
Synchronization primitives.
Structs
ยง
Channel
Blocking channel for sending data between threads.
Event
An
Event
, allowing to notify multiple threads that some event has happened.
Lock
A basic locking object.
Mutex
A basic mutex with priority inheritance.
Mutex
Guard
Grants access to the
Mutex
inner data.