Skip to main content

SYS_ASYNC_MAP

Constant SYS_ASYNC_MAP 

Source
pub const SYS_ASYNC_MAP: usize = 253;
Expand description

Map a shared ring buffer to an async context for event delivery.

  • ctx: async context handle
  • ring_handle: capability handle of a shared ring buffer

Events are delivered as messages in the ring buffer instead of waking the thread directly.