arrow-fx-coroutines
1.1.3-alpha.6
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
Companion
/
recurs
recurs
common
fun
<
A
>
recurs
(
n
:
Int
)
:
Schedule
<
A
,
Int
>
Content copied to clipboard
Creates a Schedule that continues
n
times and returns the number of iterations.