View Source ExSTARS (ExSTARS v0.1.0)
Documentation for ExSTARS
.
Summary
Types
@type client() :: GenServer.name()
Functions
@spec send(name :: GenServer.name(), message :: String.t()) :: :ok | {:error, :send_failed}
@spec start_client( name :: client(), address :: :inet.socket_address() | :inet.hostname(), port :: :inet.port_number() ) :: :ok | {:error, :already_started}