rafted_value v0.7.0 RaftedValue.CommandResults View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: {:queue.queue(cmd_id()), %{optional(cmd_id()) => any()}}

Link to this section Functions

Link to this function fetch(a0, cmd_id) View Source
fetch(t(), cmd_id()) :: {:ok, any()} | :error
Link to this function put(a0, cmd_id, result, max_size) View Source
put(t(), cmd_id(), any(), pos_integer()) :: t()
Link to this function valid?(v) View Source
valid?(any()) :: boolean()