omnipaxos icon indicating copy to clipboard operation
omnipaxos copied to clipboard

OmniPaxos is a distributed log implemented as a Rust library.

Results 24 omnipaxos issues
Sort by recently updated
recently updated
newest added

We would like to have an async API e.g. `append_notify()` such that when an entry is decided it can be notified to the user via a future/one shot channel. Ideally...

Please make sure these boxes are checked, before submitting a new PR. - [ ] You ran the local CI checker with `./check.sh` with no errors - [ ] You...

This means that using the `append(_)` method might fail to eventually decide the entry.