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