pub type ManualResetEvent = GenericManualResetEvent<RawMutex>;
Expand description
A GenericManualResetEvent
implementation backed by parking_lot
.
Aliased Typeยง
struct ManualResetEvent { /* private fields */ }
pub type ManualResetEvent = GenericManualResetEvent<RawMutex>;
A GenericManualResetEvent
implementation backed by parking_lot
.
struct ManualResetEvent { /* private fields */ }