tokio-rs / tokio-core

I/O primitives and event loop for async I/O in Rust
Apache License 2.0
634 stars 116 forks source link

Fix bug where the wrong readiness is cleared #318

Closed carllerche closed 6 years ago

carllerche commented 6 years ago

This is a backport of the fix provided by tokio-rs/tokio#250

Closes #317