Blur v0.2.1-beta1 Blur.Channel.Users View Source

Manages the lists of users in each channel.

Link to this section Summary

Link to this section Functions

Specs

add(channel :: binary(), user :: binary()) :: boolean() | [tuple()]

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

ets_table(channel :: binary()) :: atom()

Specs

list(channel :: binary()) :: list()

Specs

remove(channel :: binary(), user :: binary()) :: boolean() | term()

Specs

start_link(channel :: binary()) :: GenServer.on_start()