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