Performs a task once after this builder's delay and repeatedly thereafter, waiting the specified interval between subsequent invocations.
Performs a task once after this builder's delay and repeatedly thereafter, waiting the specified interval between subsequent invocations.
Any type, treated as if it was Unit.
The amount of time to wait between subsequent executions.
The action to repeatedly perform.
The execution context to perform the action on.
Performs a task once after this builder's delay.
Performs a task once after this builder's delay.
Any type, treated as if it was Unit.
The action to perform after the specified delay.
The execution context to perform the action on.
A secondary interface for building tasks that fire after an initial delay.