class FixedInterval : Interval
Generates a fixed (linear) poll interval based on the supplied duration
<init> |
Generates a fixed (linear) poll interval based on the supplied duration FixedInterval(duration: Duration) |
next |
Returns the next delay as a Duration. fun next(count: Int): Duration |