copoll 0.1.0

Minimalistic abstractions for the epoll linux api
Documentation
1
2
3
4
5
6
7
### 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.