Module token_store

Behaviours: gen_server.

Function Index

clear/0
find/2
handle_call/3
handle_cast/2
init/1
start/0
start_link/0
store/3

Function Details

clear/0

clear() -> any()

find/2

find(X1, Sub) -> any()

handle_call/3

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

handle_cast/2

handle_cast(X1, State) -> any()

init/1

init(State) -> any()

start/0

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

start_link/0

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

store/3

store(Map, Map, Map) -> {}


Generated by EDoc