1.0.5 • Published 4 years ago

async-executer v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago