View Source ExLibSRT.Connection (ExLibSRT v0.1.3)
Server connection.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type t() :: GenServer.server()
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start(ExLibSRT.Connection.Handler.t()) :: GenServer.on_start()
@spec stop(t()) :: :ok