Registry / async / pi-async-rt

pi-async-rt

JSON →
library0.3.3rscratesunverified

A universal asynchronous runtime and tool based on futures, providing a foundation for async execution.

# Cargo.toml [dependencies] pi-async-rt = "0.3.3"
INSTALL
IMPORT
SIG · PI-ASYNC-RT
P
pi-async-rt
asyncrustv0.3.3
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.

Runtime
use pi_async_rt::Runtime;

Creates a new async runtime and runs a future.

use pi_async_rt::Runtime; fn main() { let rt = Runtime::new().unwrap(); rt.block_on(async { println!("Hello from pi-async-rt!"); }); }
Debug
Known issues
gotchaExperimental API; may change without notice.
fix
Pin to a specific version and test thoroughly.
affects: >=0.0.0
Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Amazon
1
Resources
pi-async-rt — cargo add pi-async-rt · libregistry