Registry / async / safina-executor

safina-executor

JSON →
library0.3.4rscratesunverified

Safe async runtime executor - ARCHIVED: Code moved to `safina` crate.

# Cargo.toml [dependencies] safina-executor = "0.3.4"
INSTALL
IMPORT
SIG · SAFINA-EXECUTOR
S
safina-executor
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.

Executor
use safina_executor::Executor;

Create and run a safina executor

use safina_executor::Executor; fn main() { let mut executor = Executor::new(); executor.spawn(async { println!("Hello from safina!"); }); executor.run(); }
Debug
Known issues
breakingCrate is archived; use `safina` crate instead
fix
Replace dependency with `safina` crate which includes executor functionality
affects: >=0.3.4
Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
28
OpenAI (training)
1
Resources
safina-executor — cargo add safina-executor · libregistry