class Concurrent::Channel::Tick

A convenience class representing a single moment in monotonic time. Returned by {Concurrent::Channel} tickers and timers when they resolve.

Includes ‘Comparable` and can be compared to monotonic_time, UTC time, or epoch time.

@see Concurrent.monotonic_time @see Concurrent::Channel.ticker @see Concurrent::Channel.timer