Module jup_kernel_executor

Behaviours: gen_server.

Function Index

handle_call/3
handle_cast/2
handle_info/2
init/1
iopub/4
push/3
reply/5
start_link/4
status/3
stop/1

Function Details

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(X1, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

init/1

init(X1) -> any()

iopub/4

iopub(Executor::pid(), MsgType::jup_msg:msg_type(), Msg::jup_msg:type() | map(), Parent::jup_msg:type()) -> ok

push/3

push(Name::jupyter:name(), Queue::control | shell, Msg::jup_msg:type()) -> ok

reply/5

reply(Executor::pid(), Port::term(), Status::atom(), NewMsg::jup_msg:type() | map(), Msg::jup_msg:type()) -> ok

start_link/4

start_link(Name::jupyter:name(), Node::node(), Backend::module(), BackendArgs::map()) -> {ok, pid()}

status/3

status(Executor::pid(), Status::atom(), Parent::jup_msg:type()) -> ok

stop/1

stop(Pid::pid()) -> ok


Generated by EDoc