memberlist-core 0.1.1

A highly customable, adaptable, async runtime agnostic Gossip protocol which helps manage cluster membership and member failure detection.
Documentation
1
2
3
4
5
6
use super::*;

#[test]
fn probe() {
  run(test_probe::<AsyncStdRuntime>());
}