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.