Module jup_kernel_iopub_srv

Behaviours: gen_server.

Data Types

state()

state() = #state{}

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
send/2
start_link/2
terminate/2

Function Details

code_change/3

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

handle_call/3

handle_call(Jup_msg::jup_msg:type(), From::term(), State::state()) -> {reply, ok, state()}

handle_cast/2

handle_cast(Msg::term(), State::state()) -> no_return()

handle_info/2

handle_info(Msg::term(), State::state()) -> {noreply, state()}

init/1

init(X1) -> any()

send/2

send(Name::jupyter:name(), Msg::jup_msg:type()) -> ok

start_link/2

start_link(Name::jupyter:name(), ConnData::jup_conn_data:type()) -> {ok, pid()}

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc