Package detail

lie-race

calvinmetcalf5MIT0.2.0

the race is a lie

lie, promise, async

readme

lie-race

API

npm install lie-race
var race = require('lie-race');

race

race(array (or promise for an array) of promises or values)

resolved with whatever value or error that resolves first.

should be obvious but fyi, this can cause race conditions.

License

MIT