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

Make Mutex works both inside and outside of mioco. #114

Closed dpc closed 8 years ago

dpc commented 8 years ago

Just like mioco::sync:mpsc::Receiver works inside and outside, Mutex should too.

dpc commented 8 years ago

Done.