Behaviours: gen_server.
| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| push/3 | |
| start_link/4 | |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
handle_call(Call, From, State) -> any()
handle_cast(X1, State) -> any()
handle_info(Else, State) -> any()
init(X1) -> any()
push(Pid::pid(), Queue::control | shell, Msg::jup_msg:type()) -> ok
start_link(Name::jupyter:name(), Node::atom(), Backend::module(), BackendArgs::list()) -> {ok, pid()}
terminate(Reason, State) -> any()
Generated by EDoc