Registry / async / abscissa-tokio

abscissa-tokio

JSON →
library0.9.0rscratesunverified

Support for launching Tokio runtimes within Abscissa applications

# Cargo.toml [dependencies] abscissa_tokio = "0.9.0"
INSTALL
IMPORT
SIG · ABSCISSA-TOKIO
A
abscissa-tokio
asyncrustv0.9.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.

run
use abscissa_tokio::run;

Launch a Tokio runtime inside an Abscissa application

use abscissa_tokio::run; fn main() { run(|_| async { println!("Hello from Tokio"); }).unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
42
OpenAI (training)
1
Resources
abscissa-tokio — cargo add abscissa-tokio · libregistry