Xxo v0.1.0 Xxo.GameSupervisor View Source
The Game Supervisor, a dynamic supervisor providing fault tolerance
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Check which processes are under supervision
Check how many processes are under supervision
Link to this section Functions
Link to this function
child_spec(arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
children() View Source
Check which processes are under supervision
Link to this function
count_children() View Source
Check how many processes are under supervision
Link to this function
create_game(game_name) View Source
Link to this function
remove_game(game_pid) View Source
Link to this function