feature: implement propose_wait_applied
All threads resolved!
All threads resolved!
Compare changes
Files
5+ 43
− 3
@@ -4,6 +4,7 @@ use serde::Serialize;
@@ -12,6 +13,8 @@ pub struct Entry {
@@ -24,6 +27,7 @@ impl TryFrom<raft::Entry> for self::Entry {
@@ -47,6 +51,11 @@ impl TryFrom<self::Entry> for raft::Entry {
@@ -85,12 +94,35 @@ inventory::submit!(crate::InnerTest {
@@ -101,8 +133,15 @@ inventory::submit!(crate::InnerTest {
@@ -112,6 +151,7 @@ inventory::submit!(crate::InnerTest {