Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Taming the Tick #6

Closed Hoverbear closed 9 years ago

Hoverbear commented 9 years ago

Goal: Dump the tick() and use a proper event loop that uses epoll or some other readiness.

mio is the obvious and probably best choice. However it's undergoing a reform. Might be best to wait till it's settled a bit.

carllerche commented 9 years ago

The "reform" is going quite well (though not done yet). I'd be happy to chat about mio when you are ready.

Hoverbear commented 9 years ago

@carllerche Had a great time exploring MIO tonight, was really impressed. Wrote about it here. Thanks for working on such a great library! I can see so many uses.