Behaviours: gen_server.
handle_info(Msg, State) -> any()
start_link() -> {ok, pid()} | ignore | {error, term()}
Start and link to calling process.
Generated by EDoc