MCPcopy Create free account
hub / github.com/TruthHun/BookStack / raceLater

Function raceLater

static/word2md/mammoth.browser.js:8197–8201  ·  view source on GitHub ↗
(promise)

Source from the content-addressed store, hash-verified

8195var util = require("./util");
8196
8197var raceLater = function (promise) {
8198 return promise.then(function(array) {
8199 return race(array, promise);
8200 });
8201};
8202
8203function race(promises, parent) {
8204 var maybePromise = tryConvertToPromise(promises);

Callers 1

raceFunction · 0.70

Calls 1

raceFunction · 0.70

Tested by

no test coverage detected