hub v0.4.1 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{
  channel: term(),
  count: term(),
  multi: term(),
  pattern: term(),
  pid: term(),
  ref: term()
}

Link to this section Functions

Link to this function new(channel, pid, pattern, count, multi)