Module sync

Source
Expand description

Synchronization primitives built using Linux kernel features.

Structs§

Mutex
A mutex implemented in terms of the Linux “futex” system call.
MutexGuard