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