erikgrinaker / toydb

Distributed SQL database in Rust, written as a learning project
Apache License 2.0
5.99k stars 555 forks source link

Async Raft engine #25

Closed erikgrinaker closed 4 years ago

erikgrinaker commented 4 years ago

The Raft engine should be rewritten to use Tokio async. Related to #22.