Behaviours: gen_server.
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| iopub/4 | |
| push/3 | |
| reply/5 | |
| start_link/4 | |
| status/3 | |
| stop/1 |
handle_call(X1, From, State) -> any()
handle_cast(X1, State) -> any()
handle_info(Msg, State) -> any()
init(X1) -> any()
iopub(Executor::pid(), MsgType::jup_msg:msg_type(), Msg::jup_msg:type() | map(), Parent::jup_msg:type()) -> ok
push(Name::jupyter:name(), Queue::control | shell, Msg::jup_msg:type()) -> ok
reply(Executor::pid(), Port::term(), Status::atom(), NewMsg::jup_msg:type() | map(), Msg::jup_msg:type()) -> ok
start_link(Name::jupyter:name(), Node::node(), Backend::module(), BackendArgs::map()) -> {ok, pid()}
status(Executor::pid(), Status::atom(), Parent::jup_msg:type()) -> ok
stop(Pid::pid()) -> ok
Generated by EDoc