Registry / async / naja-async-runtime

naja-async-runtime

JSON →
library0.3.4rscratesunverified

A lightweight universal runtime for executing futures.

# Cargo.toml [dependencies] naja_async_runtime = "0.3.4"
INSTALL
IMPORT
SIG · NAJA-ASYNC-RUNTIME
N
naja-async-runtime
asyncrustv0.3.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.

Runtime
use naja_async_runtime::Runtime;

Creates a new runtime and runs a future to completion.

use naja_async_runtime::Runtime; fn main() { let rt = Runtime::new(); rt.block_on(async { println!("Hello from naja async runtime!"); }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources
naja-async-runtime — cargo add naja-async-runtime · libregistry