struct
Raft::Node::PendingRequest
- Raft::Node::PendingRequest
- Struct
- Value
- Object
Overview
Tracks a pending client request awaiting commit. :nodoc:
Defined in:
raft/node/role.crConstructors
Instance Method Summary
- #channel : Channel(ClientResponse)
- #clone
- #copy_with(index _index = @index, channel _channel = @channel)
- #index : UInt64