Struct std::sync::Event

struct Event { ... }

A synchronization primitive that allows multiple threads to wait until the event is signalled.

Once an event is signalled it can be reset and reused.

Example

Fields

Methods

impl Event { ... }