Behaviours: gen_server.
format_file/4 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/1 |
format_file(Id, File, Opts, ReplyPid) -> any()
handle_call(X1, From, State) -> any()
handle_cast(X1, Id) -> any()
handle_info(X1, State) -> any()
init(Id) -> any()
start_link(Id) -> any()
Generated by EDoc