abstract struct Obsctl::Server::ReconnectSignal::WaitResult

Overview

Result type returned by #wait, distinguishing how the wait ended.

Direct Known Subclasses

Defined in:

obsctl/server/reconnect_signal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(epoch : UInt64) #

[View source]

Instance Method Detail

def epoch : UInt64 #

The current request epoch at the time of return.


[View source]