Registry / async / requiem-rt

requiem-rt

JSON →
library1.0.0rscratesunverified

Actix runtime for async tasks.

# Cargo.toml [dependencies] requiem-rt = "1.0.0"
INSTALL
IMPORT
SIG · REQUIEM-RT
R
requiem-rt
asyncrustv1.0.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.

System
use requiem_rt::System;

Starts the Actix runtime and runs an async block.

use requiem_rt::System; fn main() { System::new().block_on(async { println!("Hello from requiem-rt!"); }); }
Debug
Known issues
gotchaRequires tokio runtime features
fix
Enable the 'tokio' feature in Cargo.toml: requiem-rt = { version = "1.0", features = ["tokio"] }
affects: >=1.0.0
Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
requiem-rt — cargo add requiem-rt · libregistry