Together.Store (together v0.5.1)

Link to this section Summary

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

delete(server, key)

@spec delete(GenServer.server(), term()) :: :ok
Link to this function

get(server, key)

@spec get(GenServer.server(), term()) :: any()

Callback implementation for GenServer.init/1.

Link to this function

pop(server, key)

@spec pop(GenServer.server(), term()) :: any()
Link to this function

put(server, key, value)

@spec put(GenServer.server(), term(), term()) :: :ok | no_return()
Link to this function

start_link(opts \\ [], gen_server_opts \\ [])

@spec start_link(keyword(), keyword()) :: {:ok, pid()}