Copyright © 2011-2020 Michael Truog
Version: 2.0.1 Dec 3 2021 17:15:33 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog at protonmail dot com).
output_handler() = fun((OSPid::pos_integer(), Output::string()) -> ok)
stderr_handler() = output_handler()
stdout_handler() = output_handler()
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/4 | |
sync/3 | |
terminate/2 |
code_change(X1, State, X3) -> any()
handle_call(Request, Client, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Request, State) -> any()
init(FileName, OutputNewline, StdOutHandler, StdErrHandler) -> any()
sync(Process::pid(), Command::pos_integer(), Message::iolist()) -> {ok, any()} | {error, any()}
terminate(Reason, State) -> any()
Generated by EDoc