async-executer
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

async-executer

NPM version Build Status

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.

Package Sidebar

Install

npm i async-executer

Weekly Downloads

7

Version

1.0.5

License

MIT

Unpacked Size

8.27 kB

Total Files

18

Last publish

Collaborators

  • coolhero