eventp 1.0.0-rc.1

A high-performance Linux event loop library built on epoll with type-safe interest registration and flexible event handling
docs.rs failed to build eventp-1.0.0-rc.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: eventp-1.0.0-rc.6

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

or,

[dependencies]
eventp = "1.0.0-rc.1"

[dev-dependencies]
eventp = { version = "1.0.0-rc.1", features = ["mock"] }

When writing tests, you may find the mock feature makes life much easier :)

Here is a full example shows almost everything you need: examples/echo-server.rs.

License

MIT.