[−][src]Trait raw_sync::events::EventImpl
Required methods
fn wait(&self, timeout: Timeout) -> Result<(), Box<dyn Error>>
Wait for the event to be signaled
fn set(&self, state: EventState) -> Result<(), Box<dyn Error>>
Set the current state of the event