[−][src]Type Definition futures_intrusive::sync::ManualResetEvent
type ManualResetEvent = GenericManualResetEvent<RawMutex>;
A GenericManualResetEvent
implementation backed by parking_lot
.
type ManualResetEvent = GenericManualResetEvent<RawMutex>;
A GenericManualResetEvent
implementation backed by parking_lot
.