Type Definition futures_intrusive::sync::LocalManualResetEvent
source · pub type LocalManualResetEvent = GenericManualResetEvent<NoopLock>;
Expand description
A GenericManualResetEvent
which is not thread-safe.
pub type LocalManualResetEvent = GenericManualResetEvent<NoopLock>;
A GenericManualResetEvent
which is not thread-safe.