lgtv v0.2.3 Lgtv.CallbackSupervisor View Source

Link to this section Summary

Functions

Returns the count of RegistrySample.Account processes managed by this supervisor

Return a list of request_id integers known by the registry

Starts the supervisor

Link to this section Functions

Link to this function handle_response_for_id(id, res) View Source
Link to this function register_callback(id, cb) View Source

Returns the count of RegistrySample.Account processes managed by this supervisor.

Example

iex> RegistrySample.AccountSupervisor.req_process_count
0

Return a list of request_id integers known by the registry.

ex - [1, 23, 46]

Starts the supervisor.