Struct Timeout

A type for specifying absolute timeouts

struct Timeout ;

Constructors

NameDescription
this Construct a timeout from TscTimePoint
this Construct a timeout from Duration

Fields

NameTypeDescription
expiry TscTimePointThe expected expiry time

Properties

NameTypeDescription
expired[set] boolChecks whether a Timeout has expired.
remaining[set] core.time.DurationReport how much time until the timeout expires