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 send_msg_piggyback() {
  run(test_send_msg_piggyback::<AsyncStdRuntime>())
}