[215] add `util.repeateUntilCancelled`
* calls an async function repeatedly on an interval * returns a function that, if invoked, cancels the next call of the async function
Showing
Please register or sign in to comment
* calls an async function repeatedly on an interval * returns a function that, if invoked, cancels the next call of the async function