dinowernli / concord

A distributed key-value store in Rust
Apache License 2.0
4 stars 0 forks source link

Add a mutex to the raft client. #12

Closed dinowernli closed 3 years ago

dinowernli commented 3 years ago

This allows the Raft client to operate on non-mut self references, making life easier for callers.