dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

Idle coroutines. #39

Closed dpc closed 8 years ago

dpc commented 9 years ago

It would be nice to have coroutines that work only when there is nothing better to do. Related to #36.

dpc commented 8 years ago

Implemented through yield_now().