Module event_server

Behaviours: gen_server.

Function Index

add/2
handle_call/3
handle_cast/2
init/1
join/2
list/1
start_link/1
stop/1
terminate/2

Function Details

add/2

add(Self, Action) -> any()

handle_call/3

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

handle_cast/2

handle_cast(X1, State) -> any()

init/1

init(Node) -> any()

join/2

join(Self, Other) -> any()

list/1

list(Self) -> any()

start_link/1

start_link(Name) -> any()

stop/1

stop(PidOrName) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc