pub const SYS_ASYNC_MAP: usize = 253; // 253usizeExpand description
Map a shared ring buffer to an async context for event delivery.
ctx: async context handlering_handle: capability handle of a shared ring buffer
Events are delivered as messages in the ring buffer instead of waking the thread directly.