Registry / async / actori-rt

actori-rt

JSON →
library1.0.0rscratesunverified

Actori runtime for async actor-based applications.

# Cargo.toml [dependencies] actori-rt = "1.0.0"
INSTALL
IMPORT
SIG · ACTORI-RT
A
actori-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.

Runtime
use actori_rt::Runtime;

Create and run an Actori runtime.

use actori_rt::Runtime; fn main() { let rt = Runtime::new().unwrap(); rt.block_on(async { println!("Hello from Actori runtime!"); }); }
Debug
Known issues
gotchaRequires a tokio runtime to be active when using certain features.
fix
Ensure you have a tokio runtime running, e.g., by using #[tokio::main].
affects: >=1.0.0
Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
Resources
actori-rt — cargo add actori-rt · libregistry