nonStabilizingGossip

inline fun <ID : Any, Value> Aggregate<ID>.nonStabilizingGossip(value: Value, noinline aggregation: (Value, Value) -> Value): Value

A non-self-stabilizing gossip function for repeated propagation of a value and aggregation of state estimates between neighboring devices.