repeat
repeat(
options): <A>(task) =>Task<readonlyA[]>
Defined in: Core/Task.ts:234
Runs a Task a fixed number of times sequentially, collecting all results into an array. An optional delay duration can be inserted between runs.
Parameters
Section titled “Parameters”options
Section titled “options”delay?
Section titled “delay?”number
Returns
Section titled “Returns”<A>(task) => Task<readonly A[]>