包详细信息

async-executer

MarcoVela29MIT1.0.5

Module that executes a function asynchronously using parameters given by an iterator with optional timeout between calls.

asynchronous, executer, function caller, function

自述文件

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.