via_utils
v0.2.0
Pages
Modules
ViaUtils.Workshop
(via_utils v0.2.0)
View Source
Link to this section
Summary
Functions
cast_global_message(message, group \\ nil)
cast_local_message(message, group \\ nil)
cast_message(message, group, global_or_local)
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
get_cast_data()
get_send_data()
send_global_message(message, group \\ nil)
send_local_message(message, group \\ nil)
send_message(message, group, global_or_local)
start_link(config)
Link to this section
Functions
Link to this function
cast_global_message(message, group \\ nil)
View Source
Link to this function
cast_local_message(message, group \\ nil)
View Source
Link to this function
cast_message(message, group, global_or_local)
View Source
Link to this function
child_spec(init_arg)
View Source
Returns a specification to start this module under a supervisor.
See
Supervisor
.
Link to this function
get_cast_data()
View Source
Link to this function
get_send_data()
View Source
Link to this function
send_global_message(message, group \\ nil)
View Source
Link to this function
send_local_message(message, group \\ nil)
View Source
Link to this function
send_message(message, group, global_or_local)
View Source
Link to this function
start_link(config)
View Source