Registry / async / pi-async

pi-async

JSON →
library0.5.16rscratesunverified

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

# Cargo.toml [dependencies] pi_async = "0.5.16"
INSTALL
IMPORT
SIG · PI-ASYNC
P
pi-async
asyncrustv0.5.16
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::runtime::Runtime;

Creates a new async runtime and runs a simple async task.

use pi_async::runtime::Runtime; fn main() { let rt = Runtime::new().unwrap(); rt.block_on(async { println!("Hello from pi_async!"); }); }
Debug
Known issues
gotchaThis crate is based on an MVP and may have limited stability.
fix
Consider using more mature runtimes like tokio for production.
affects: >=0.5.0
Upgrade
Version history
0.5.16latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
pi-async — cargo add pi-async · libregistry