View Source ProcessHub.Hub (ProcessHub v0.4.0-beta)
Summary
Types
@type t() :: %ProcessHub.Hub{ hub_id: atom(), procs: %{ initializer: pid(), task_sup: {:via, Registry, {pid(), binary()}}, dist_sup: {:via, Registry, {pid(), binary()}}, worker_queue: {:via, Registry, {pid(), binary()}}, janitor: {:via, Registry, {pid(), binary()}}, event_queue: atom() }, storage: %{misc: :ets.tid(), hook: :ets.tid()} }