An open API service indexing awesome lists of open source software.

https://github.com/serpo-dev/setasyncinterval-nodejs

The "setAsyncInterval()" is a similar one to the build-in nodejs method called "setInterval()"
https://github.com/serpo-dev/setasyncinterval-nodejs

Last synced: about 1 year ago
JSON representation

The "setAsyncInterval()" is a similar one to the build-in nodejs method called "setInterval()"

Awesome Lists containing this project

README

          

## Short annotation

`setAsyncInterval` is a function that allows to execute a callback at a specified time interval.
The key feature is that it expects the callback to execute asynchronously.