nuk_game_sup
module.
Behaviours: supervisor
.
This supervisor is started by nuk_sup
top level supervisor.
Whenever a new game session is created, nuk spawns a new
nuk_game_server
. This module is a simple_one_for_one
supervisor
that supervises those servers.
init/1 | |
start_link/0 |
init(X1) -> any()
start_link() -> any()