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

Function AsyncInvoke

static/word2md/mammoth.browser.js:4132–4135  ·  view source on GitHub ↗
(fn, receiver, arg)

Source from the content-addressed store, hash-verified

4130}
4131
4132function AsyncInvoke(fn, receiver, arg) {
4133 this._normalQueue.push(fn, receiver, arg);
4134 this._queueTick();
4135}
4136
4137function AsyncSettlePromises(promise) {
4138 this._normalQueue._pushOne(promise);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected