Kandis.KdStash (kandis v0.5.12)
Summary
Functions
Adds item to the stash
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
List stash items
Starts the Stash.
Functions
Link to this function
add(server \\ __MODULE__, payload, label)
Adds item to the stash
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
get(server \\ __MODULE__, key)
Link to this function
init(opts)
Callback implementation for GenServer.init/1
.
Link to this function
list(server \\ __MODULE__)
List stash items
Link to this function
start_link(opts)
Starts the Stash.