struct Raft::Node::PendingRequest

Overview

Tracks a pending client request awaiting commit. :nodoc:

Defined in:

raft/node/role.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index : UInt64, channel : Channel(ClientResponse)) #

[View source]

Instance Method Detail

def channel : Channel(ClientResponse) #

def clone #

[View source]
def copy_with(index _index = @index, channel _channel = @channel) #

[View source]
def index : UInt64 #