ExLibSRT.Connection (ExLibSRT v0.2.1)

Copy Markdown View Source

Server connection.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

t()

@type t() :: GenServer.server()

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start(handler)

stop(handler)

@spec stop(t()) :: :ok