coroutine-rs-0.0.1 has been yanked.
coroutine-rs
Coroutine library in Rust
[]
= "https://github.com/rustcc/coroutine-rs.git"
Usage
Basic usage of Coroutine
extern crate coroutine;
use ;
Goals
-
Basic single threaded coroutine support
-
Clonable coroutine handle
-
Thread-safe: can only resume a coroutine in one thread simultaneously
-
Multithreaded scheduler with work stealing feature
-
Asynchronous I/O supports