Gdex v0.1.2 Gdex.Websocket View Source

Link to this section Summary

Functions

Returns true if term is a valid channel term, otherwise returns false

Link to this section Types

Link to this type channel() View Source
channel() :: binary() | atom()

Link to this section Functions

Link to this macro is_channel(term) View Source (macro)

Returns true if term is a valid channel term, otherwise returns false.

Link to this function start_link(handler, state, opts \\ []) View Source