Function Timeout.expired

Checks whether a Timeout has expired.

bool expired (
  TscTimePoint now = now()
) pure nothrow @property @nogc @safe const;

Parameters

NameDescription
now time point relative to which to check.