Searched refs:doFly (Results 1 – 1 of 1) sorted by relevance
13 function inflight (unique, doFly) { argument14 return Bluebird.all([unique, doFly]).then(function (args) {16 const doFly = args[1]19 return _inflight(uniqueArr.join(''), doFly)22 return _inflight(unique, doFly)26 function _inflight (unique, doFly) { argument29 return resolve(doFly())