pollination 0.1.0

An experimental library exposing hybrid Raft and CRDT primitives.
Documentation
1
2
3
4
pub trait Clock {
    fn heartbeat() -> impl Future<Output = Option<()>>;
    fn recycle_ids() -> impl Future<Output = Option<()>>;
}