lablup / raftify

Experimental High level Raft framework

Home Page:https://docs.rs/raftify/latest/raftify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle `LightReady` and support async workflow

jopemachine opened this issue · comments

References

Async entry fetching: tikv/raft-rs#459
Asynchronous ready: tikv/raft-rs#403