Timeout.this - multiple declarations

Function Timeout.this

Construct a timeout from TscTimePoint

ref this (
  TscTimePoint expiry
) pure nothrow @nogc @safe;

Function Timeout.this

Construct a timeout from Duration

ref this (
  core.time.Duration dur,
  TscTimePoint now = now()
) nothrow @nogc @safe;

Parameters

NameDescription
dur Duration until timeout expires
now If provided, the base time to compute the timeout relative to