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

Get rid of wrap() calls. #65

Closed dpc closed 8 years ago

dpc commented 8 years ago

There's got to be a way to plug a wrap() call somewhere there implicitly, so I guess raw mio types would have to be wrapped everywhere, and return a custom type that does implicit wraps. It might be possible.

dpc commented 8 years ago

Done.