futures_intrusive::sync

Type Alias ManualResetEvent

Source
pub type ManualResetEvent = GenericManualResetEvent<RawMutex>;
Expand description

A GenericManualResetEvent implementation backed by parking_lot.

Aliased Typeยง

struct ManualResetEvent { /* private fields */ }