Timeout.this

Construct a timeout from Duration

  1. this(TscTimePoint expiry)
  2. this(Duration dur, TscTimePoint now)
    struct Timeout
    nothrow @safe @nogc
    this

Parameters

dur Duration

Duration until timeout expires

now TscTimePoint

If provided, the base time to compute the timeout relative to

Meta