async-executer
v1.0.5
Published
Module that executes a function asynchronously using parameters given by an iterator with optional timeout between calls.
Downloads
40
Maintainers
Readme
async-executer
Module that executes a function in sequence with parameters given by the result of an iterator, it accepts an optional parameter timeout in milliseconds that makes the module wait that amount of time between executions. If the function returns a Promise, the timeout starts after the Promise resolves or rejects;
Installing
In Node.js
The preferred way to install this module for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:
npm install async-executer
License
This module is distributed under the MIT License, see LICENSE for more information.