Module jup_kernel_worker

Behaviours: gen_server.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
push/3
start_link/4
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/3

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

handle_cast/2

handle_cast(X1, State) -> any()

handle_info/2

handle_info(Else, State) -> any()

init/1

init(X1) -> any()

push/3

push(Pid::pid(), Queue::control | shell, Msg::jup_msg:type()) -> ok

start_link/4

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

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc