Behaviours: supervisor.
init/1 | intialize the supervisor. |
new_session/1 | start a new session. |
start_link/0 | start the supervisor. |
init(X1) -> any()
intialize the supervisor
new_session(Token::binary()) -> {ok, pid()}
start a new session
start_link() -> {ok, pid()}
start the supervisor
Generated by EDoc