pub const SYS_ASYNC_ENTER: usize = 251; // 251usizeExpand description
Enter async wait on a previously set up context.
ctx: async context handle fromSYS_ASYNC_SETUP
Yields the current thread until one of the monitored events fires. The event type is returned in RAX.