View Source ProcessHub.Handler.ChildrenRem.StopHandle (ProcessHub v0.3.2-alpha)
Handler for stopping child processes.
Summary
Types
@type t() :: %ProcessHub.Handler.ChildrenRem.StopHandle{ children: [%{child_id: ProcessHub.child_id()}], dist_sup: atom(), hub_id: ProcessHub.hub_id(), stop_opts: keyword(), sync_strategy: ProcessHub.Strategy.Synchronization.Base.t() }
Functions
@spec handle(t()) :: :ok | {:error, :partitioned}