run-until

Run a sequence of async functions until one of them returns something.


Keywords
run-until, async, until
License
MIT
Install
npm install run-until@1.0.1

Documentation

NPM version Build Status Dependency Status

run-until

Run a sequence of async functions until one of them returns something.

Install

$ npm install --save run-until

Usage

var runUntil = require('run-until');

runUntil('Rainbow');

License

MIT © Damian Krzeminski