Registry / async / glommio

glommio

JSON →
library0.9.0rscratesunverified

A thread-per-core crate for writing highly parallel asynchronous applications.

# Cargo.toml [dependencies] glommio = "0.9.0"
INSTALL
IMPORT
SIG · GLOMMIO
G
glommio
asyncrustv0.9.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.

LocalExecutor
use glommio::LocalExecutor;

Runs an async task on a local executor.

use glommio::LocalExecutor; fn main() { let ex = LocalExecutor::default(); ex.run(async { println!("Hello from Glommio!"); }); }
Debug
Known issues
gotchaUses io_uring, which requires Linux kernel 5.8+.
fix
Ensure your system runs Linux kernel 5.8 or newer.
affects: >=0.1.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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