Module jup_kernel_io

Behaviours: gen_server.

Function Index

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

Function Details

code_change/3

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

get_pid/1

get_pid(Name::atom()) -> pid()

handle_call/3

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

handle_cast/2

handle_cast(Cast, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

init/1

init(X1) -> any()

start_link/1

start_link(Name::atom()) -> {ok, pid()}

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc