squabble v0.1.0 Squabble.PG View Source

Squabble process group helper

Link to this section Summary

Functions

Broadcast a message to the members

Broadcast a message to the members

Join the process group for squabble communication

Get the group members

Get the other group members

Link to this section Functions

Link to this function broadcast(fun) View Source
broadcast((pid() -> any())) :: :ok

Broadcast a message to the members

Link to this function broadcast(list, fun) View Source
broadcast(Keyword.t(), (pid() -> any())) :: :ok

Broadcast a message to the members

Join the process group for squabble communication

Link to this function members() View Source
members() :: [pid()]

Get the group members

Link to this function members(list) View Source
members(Keyword.t()) :: [pid()]

Get the other group members