

API Details
Two system calls:
- declare_interest()---declare read/write/except interest for
a particular file descriptor.
- 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.