hub v0.6.3 Hub.Subscriber

State for a single subscriber

Link to this section Summary

Link to this section Types

Link to this type

t()
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)