Registry / async / fibers-global

fibers-global

JSON →
library0.1.2rscratesunverified

The global executor of fibers for concurrent task scheduling.

# Cargo.toml [dependencies] fibers_global = "0.1.2"
INSTALL
IMPORT
SIG · FIBERS-GLOBAL
F
fibers-global
asyncrustv0.1.2
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 fibers_global::Executor;

Create and run a global fiber executor.

use fibers_global::Executor; fn main() { let mut executor = Executor::new().unwrap(); executor.spawn(|| { println!("Hello from fiber!"); }); executor.run().unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
fibers-global — cargo add fibers-global · libregistry