1# epoll [<img src="https://travis-ci.org/nathansizemore/epoll.svg?branch=master">][travis-badge]
2
3Safe wrapper around the Linux kernel's [epoll][epoll-man-page] API.
4
5[Documentation][docs]
6
7
8### Author
9
10Nathan Sizemore, [email protected]
11
12### License
13
14epoll is available under the MPL-2.0 license. See the LICENSE file for more info.
15
16
17
18[travis-badge]: https://travis-ci.org/nathansizemore/epoll
19[docs]: https://docs.rs/epoll
20[epoll-man-page]: http://man7.org/linux/man-pages/man7/epoll.7.html
21