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()"
- Host: GitHub
- URL: https://github.com/serpo-dev/setasyncinterval-nodejs
- Owner: serpo-dev
- Created: 2023-05-22T02:53:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T03:00:23.000Z (about 3 years ago)
- Last Synced: 2023-08-07T19:18:58.092Z (almost 3 years ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.