Registry / networking / popol
library3.0.1rscratesunverified

Minimal non-blocking I/O event loop.

# Cargo.toml [dependencies] popol = "3.0.1"
INSTALL
IMPORT
SIG · POPOL
P
popol
networkingrustv3.0.1
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.

Poller
use popol::Poller;

Create a new poller instance.

use popol::Poller; fn main() -> std::io::Result<()> { let poller = Poller::new()?; println!("Poller created"); Ok(()) }
Debug
Known issues
gotchaOnly supports Linux (epoll), macOS/iOS (kqueue), and Windows (IOCP).
fix
Use conditional compilation or platform-specific code for other targets.
affects: >=3.0.0
Upgrade
Version history
3.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources
popol — cargo add popol · libregistry