Overview
-
module Async
-
module Container
-
module Supervisor
-
class Client
A client provides a mechanism to connect to a supervisor server in order to execute operations.
-
class Connection
-
module Dispatchable
-
module Environment
-
class MemoryMonitor
-
class Server
The server represents the main supervisor process which is responsible for managing the lifecycle of other processes.
-
class Service
-
module Supervised
-
class Worker
A worker represents a long running process that can be controlled by the supervisor.
-
-
-