### Copoll
Copoll or Cool Poll is a abstraction for the linux epoll api making it a tad bit
easier to poll your file descriptors. It does not provide a eventloop like mio
or calloop. Because the whole point of this create is leaving that to the user.