# epoll [<img src="https://travis-ci.org/nathansizemore/epoll.svg?branch=master">][travis-badge] | |
Safe wrapper around the Linux kernel's [epoll][epoll-man-page] API. | |
[Documentation][docs] | |
### Author | |
Nathan Sizemore, [email protected] | |
### License | |
epoll is available under the MPL-2.0 license. See the LICENSE file for more info. | |
[travis-badge]: https://travis-ci.org/nathansizemore/epoll | |
[docs]: https://docs.rs/epoll | |
[epoll-man-page]: http://man7.org/linux/man-pages/man7/epoll.7.html |