time/Ticker
value methods:
>>
lambda
will be executed with Time value as the first parameter,
in every Duration of time/Ticker. If you want to exit
the loop calling, let lambda
return true
.
(time/Ticker >> lambda) -> nil
lambda
will be executed with Time value as the first parameter,
in every Duration of time/Ticker. If you want to exit
the loop calling, let lambda
return true
.
(time/Ticker >> lambda) -> nil