Crate pal_event

Source
Expand description

An abstraction over platform-specific event primitives:

Windows: event objects Linux: eventfd Other Unix: fifo

Structsยง

  • A platform-specific synchronization event.