tailhook / rotor

The mio-based framework for rust for doing I/O in simple and composable way (ABANDONED)
MIT License
361 stars 25 forks source link

wakeup() incorrectly called timeout() #2

Closed erikjohnston closed 8 years ago

erikjohnston commented 8 years ago

I'm assuming that the intention was for it to call wakeup(..) rather than timeout(..) here.

tailhook commented 8 years ago

Nice catch. Thanks!