pirxpilot / run-until

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 94.8%Language:Makefile 5.2%