Clover v0.1.0 Clover View Source
The Clover application
Link to this section Summary
Link to this section Functions
Start a robot outside of the Clover supervision tree.
The robot’s pid will still be registered in the Clover registry, but the processes will not be
supervised by Clover, and you can manage link the robot into your own supervision tree. Returns
the pid of the robot’s supervisor.
To stop the robot, call Supervisor.stop(pid).
Link to this function
stop_supervised_robot(robot)
View Source
stop_supervised_robot(String.t()) :: :ok | {:error, :not_found}