Task.Supervisor.terminate_child
You're seeing just the function
terminate_child
, go back to Task.Supervisor module for more information.
Specs
terminate_child(Supervisor.supervisor(), pid()) :: :ok | {:error, :not_found}
Terminates the child with the given pid
.