| init/3 | |
| start_link/2 | |
| system_code_change/4 | |
| system_continue/3 | |
| system_terminate/4 |
init(Parent, Nth, Opts) -> any()
start_link(Nth, Prefix) -> any()
system_code_change(Misc, X2, X3, X4) -> any()
system_continue(X1, X2, State) -> any()
system_terminate(Reason::any(), X2::term(), X3::term(), State::#state{}) -> no_return()
Generated by EDoc, May 16 2024, 17:43:25.