grapevine v0.2.0 Grapevine View Source

The API for grapevine

Link to this section Summary

Functions

Adds a new update to the gossip instance. The update will be propagated to all processes within the cluster that have the same name

Link to this section Functions

Link to this function

add(name, value, id, timeout \\ 5000) View Source
add(atom(), any(), binary(), timeout()) :: term()

Adds a new update to the gossip instance. The update will be propagated to all processes within the cluster that have the same name.

Link to this function

start_link(gossip, handler, opts) View Source
start_link(module(), module(), keyword()) :: term()

Starts grapevine.