Dynamic supervisor for isolated one-attempt operational Runners.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: Supervisor.on_start()
@spec start_runner( GenServer.server(), keyword() ) :: DynamicSupervisor.on_start_child()
@spec stop_runner(GenServer.server(), pid()) :: :ok | {:error, term()}