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

Impl CondVar. #111

Open dpc opened 8 years ago

dpc commented 8 years ago

Copy the API from:

https://doc.rust-lang.org/nightly/std/sync/struct.Condvar.html

This can be reused in curent Mutex implementation too.

Should work both inside and outside of mioco.