Delay.this

Constructs a new delay mechanism with the given function to call in order to determine the verdict, an interval to call it at and the total timeout

  1. this(VerdictProviderDelegate verdictProvider, Duration interval, Duration timeout)
  2. this(VerdictProviderFunction verdictProvider, Duration interval, Duration timeout)
    class Delay
  3. Duration interval;
  4. Duration timeout;

Parameters

verdictProvider VerdictProviderFunction

the provider of the verdicts

interval Duration

thje interval to retry at

timeout Duration

the timeout

Meta