View Source RaftedValue.CommandResults (rafted_value v0.11.2)

Link to this section Summary

Link to this section Types

Link to this section Functions

@spec fetch(t(), cmd_id()) :: {:ok, any()} | :error
@spec new() :: t()
Link to this function

put(arg0, cmd_id, result, max_size)

View Source
@spec put(
  t(),
  cmd_id(),
  any(),
  pos_integer()
) :: t()
@spec valid?(any()) :: boolean()