withoutboats / romio

asynchronous networking primitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is the state of library?

luover opened this issue · comments

Now , The new [RFC#2592] (rust-lang/rfcs#2592) like remove LocalWaker, so This library will update? also why this PR is stop.

Is this library active?

commented

@luover Thanks for asking! Romio is pretty stable as it is. It aims to be a reference / baseline implementation of a reactor; essentially being a minimal Futures layer on top of mio.

tokio-timer wasn't ported because it relies on a large custom timer implementation instead of calling out to the system timers. We should probably open an issue + PR to create bindings to system timers.

commented

The waker change just came through, and it's landed in #66. I hope you feel your questions have been answered. Thanks!