struct

Raft::Node::PendingRequest

Inherits Struct < Value < Object

Tracks a pending client request awaiting commit. :nodoc:

Constructors

new(index : UInt64, channel : Channel(ClientResponse))
Source

Instance methods

channel
clone
Source
copy_with(index _index = @index, channel _channel = @channel)
Source
index