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

Bump mio to 0.6 #156

Open thedrow opened 7 years ago

thedrow commented 7 years ago

It turns out we're using the deprecated EventLoop. Do we want to keep using it for now?

dpc commented 7 years ago

I would be very happy happy if someone did the effort and ported to mio 0.6. I might get to it at some point. It shouldn't be difficult but won't be completely trivial.

thedrow commented 7 years ago

Do we want to get rid of the deprecated API then? Maybe we can release an intermediate version that will use it for now.

dpc commented 7 years ago

What's the deprecated API?

thedrow commented 7 years ago

See https://travis-ci.org/dpc/mioco/jobs/166382442#L404 for example.