Skip to main content

SYS_ASYNC_SETUP

Constant SYS_ASYNC_SETUP 

Source
pub const SYS_ASYNC_SETUP: usize = 250; // 250usize
Expand description

Set up async event notification on a file descriptor.

  • handle: file descriptor to monitor
  • event_mask: bitmask of events to watch (POLLIN, POLLOUT, etc.)

Returns an async context handle for use with SYS_ASYNC_ENTER.