Module mrdb_mutex_serializer

Function Index

code_change/3
done/2
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/0
terminate/2
wait/1

Function Details

code_change/3

code_change(FromVsn, St, Extra) -> any()

done/2

done(Rsrc, Ref) -> any()

handle_call/3

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

handle_cast/2

handle_cast(X1, St) -> any()

handle_info/2

handle_info(X1, St) -> any()

init/1

init(X1) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(X1, X2) -> any()

wait/1

wait(Rsrc) -> any()


Generated by EDoc