struct Obsctl::Server::ReconnectSignal::WaitResult::Cancelled

Overview

A stop-initiated cancel wake. The supervisor can break the retry loop immediately without incrementing backoff; the stopped lifecycle state is already set and the next stopped? check would also exit the loop.

Defined in:

obsctl/server/reconnect_signal.cr

Instance methods inherited from struct Obsctl::Server::ReconnectSignal::WaitResult

epoch : UInt64 epoch

Constructor methods inherited from struct Obsctl::Server::ReconnectSignal::WaitResult

new(epoch : UInt64) new