pub type LocalManualResetEvent = GenericManualResetEvent<NoopLock>;
Expand description
A GenericManualResetEvent
which is not thread-safe.
Aliased Typeยง
struct LocalManualResetEvent { /* private fields */ }
pub type LocalManualResetEvent = GenericManualResetEvent<NoopLock>;
A GenericManualResetEvent
which is not thread-safe.
struct LocalManualResetEvent { /* private fields */ }