eventp 0.3.1

A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling
Documentation

Eventp

crates.io docs.rs

A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling.

Quick start

cargo add eventp
cargo add eventp --dev --features mock

Both commands need to be executed. When writing unit tests, you may find that the mock feature makes life much easier - it's even indispensable.

Example

Here is an example shows almost everything users needed: examples/echo-server.rs.

License

MIT.