pub const SYS_ASYNC_SETUP: usize = 250;Expand description
Set up async event notification on a file descriptor.
handle: file descriptor to monitorevent_mask: bitmask of events to watch (POLLIN,POLLOUT, etc.)
Returns an async context handle for use with SYS_ASYNC_ENTER.