View Source ProcessHub.Handler.ChildrenRem.SyncHandle (ProcessHub v0.4.0-beta)
Handler for synchronizing stopped child processes.
Summary
Types
@type t() :: %ProcessHub.Handler.ChildrenRem.SyncHandle{ children: [{ProcessHub.child_id(), :ok | {:error, :not_found}, node()}], hub: ProcessHub.Hub.t(), node: node(), stop_opts: keyword() }
Functions
@spec handle(t()) :: :ok