Hub.Subscriber (hub v1.0.1)

State for a single subscriber

Link to this section Summary

Link to this section Types

Specs

t() :: %Hub.Subscriber{
  count: term(),
  multi: term(),
  pattern: term(),
  pid: term(),
  ref: term()
}

Link to this section Functions

Link to this function

new(pid, pattern, count, multi)