Behaviours: gen_server.
| deregister_committer/1 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| register_committer/2 | |
| start_link/0 |
deregister_committer(Pid) -> any()
handle_call(Register_committer, From, State0) -> any()
handle_cast(Cast, State) -> any()
handle_info(Info, State0) -> any()
init(Opts) -> any()
register_committer(Dir0, Pid) -> any()
start_link() -> any()
Generated by EDoc