Horde.DynamicSupervisor.terminate_child
You're seeing just the function
terminate_child
, go back to Horde.DynamicSupervisor module for more information.
Specs
terminate_child(Supervisor.supervisor(), child_pid :: pid()) :: :ok | {:error, :not_found} | {:error, {:node_dead_or_shutting_down, String.t()}}
Terminate a child process.
Works like DynamicSupervisor.terminate_child/2
.