Registry / networking / epoll
library4.4.0rscratesunverified

Safe epoll interface for Linux I/O event notification.

# Cargo.toml [dependencies] epoll = "4.4.0"
INSTALL
IMPORT
SIG · EPOLL
E
epoll
networkingrustv4.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Epoll
use epoll::Epoll;

Create a new epoll instance for monitoring file descriptors.

use epoll::Epoll; fn main() -> std::io::Result<()> { let epoll = Epoll::new()?; println!("Epoll instance created"); Ok(()) }
Debug
Known issues
gotchaOnly available on Linux systems.
fix
Use conditional compilation or platform-specific code.
affects: >=0.0.0
Upgrade
Version history
4.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
Resources
epoll — cargo add epoll · libregistry