Expand description
Fuchsia-native synchronization primitives.
Structs§
- Condvar
- A condition variable that integrates with [
fuchsia_sync::Mutex]. - RawSync
Mutex - RawSync
RwLock - Wait
Timeout Result
Functions§
- suppress_
lock_ cycle_ panics - Prevent potential deadlocks from panicking when lock cycle detection is enabled. This will cause them to print instead of exiting the process.