kernel::synchronization

Module interface

Source
Expand description

Synchronization interfaces.

Traitsยง

  • Any object implementing this trait guarantees exclusive access to the data wrapped within the Mutex for the duration of the provided closure.