nextupprevious

API Details

Two system calls:

  1. declare_interest()---declare read/write/except interest for a particular file descriptor.

  2. get_next_event()---get any events for one or more file descriptors. If no ready events then the system call blocks, perhaps until a time out.