Type Alias RawWaitForEventFuture

Source
pub type RawWaitForEventFuture<'a, ThreadEvent> = GenericWaitForEventFuture<'a, WordLock<ThreadEvent>>;
Expand description

A Future that is resolved once the corresponding RawResetEvent has been set

Aliased Typeยง

pub struct RawWaitForEventFuture<'a, ThreadEvent> { /* private fields */ }