Type Definition futures_intrusive::sync::ManualResetEvent

source ·
pub type ManualResetEvent = GenericManualResetEvent<RawMutex>;
Expand description

A GenericManualResetEvent implementation backed by parking_lot.