futures_intrusive::sync

Type Alias LocalManualResetEvent

Source
pub type LocalManualResetEvent = GenericManualResetEvent<NoopLock>;
Expand description

A GenericManualResetEvent which is not thread-safe.

Aliased Typeยง

struct LocalManualResetEvent { /* private fields */ }