Add system's polling infrastructure to be notified whenever a file descriptor is ready to be read from or written to. Adds a few classes: * Poller, as an interface to epoll() * Pollable, as an interface to a file descriptor