Registry / async / calloop

calloop

JSON →
library0.14.4rscratesunverified

A callback-based event loop.

# Cargo.toml [dependencies] calloop = "0.14.4"
INSTALL
IMPORT
SIG · CALLOOP
C
calloop
asyncrustv0.14.4
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.

EventLoop
use calloop::EventLoop;

Creates a new event loop instance.

use calloop::EventLoop; let mut event_loop = EventLoop::try_new().expect("Failed to create event loop");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Resources
calloop — cargo add calloop · libregistry