kernel
0.1.0
Module interface
Module Items
Traits
In kernel::
synchronization
kernel
::
synchronization
Module
interface
Copy item path
Source
Expand description
Synchronization interfaces.
Traits
ยง
Mutex
Any object implementing this trait guarantees exclusive access to the data wrapped within the Mutex for the duration of the provided closure.