Eventp
A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling.
Quick start
or,
[]
= "1.0.0-rc.2"
[]
= { = "1.0.0-rc.2", = ["mock"] }
When writing tests, you may find the
mockfeature makes life much easier :)
Here is a full example shows almost everything you need: examples/echo-server.rs.
License
MIT.