Module mochiweb_clock

Behaviours: gen_server.

Data Types

from()

from() = {pid(), term()}

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
rfc1123/0
start/0
start_link/0
stop/0
terminate/2

Function Details

code_change/3

code_change(OldVsn::term(), State, Extra::term()) -> {ok, State}

handle_call/3

handle_call(Request::stop, From::from(), State) -> {stop, normal, stopped, State}

handle_cast/2

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

handle_info/2

handle_info(Info::any(), State) -> {noreply, State}

init/1

init(X1::[]) -> {ok, #state{}}

rfc1123/0

rfc1123() -> string()

start/0

start() -> {ok, pid()}

start_link/0

start_link() -> {ok, pid()}

stop/0

stop() -> stopped

terminate/2

terminate(Reason::term(), State::term()) -> ok


Generated by EDoc