[−][src]Type Definition futures_intrusive::sync::LocalManualResetEvent
type LocalManualResetEvent = GenericManualResetEvent<NoopLock>;
A GenericManualResetEvent
which is not thread-safe.
type LocalManualResetEvent = GenericManualResetEvent<NoopLock>;
A GenericManualResetEvent
which is not thread-safe.