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

Function AsyncInvokeLater

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

Source from the content-addressed store, hash-verified

4125};
4126
4127function AsyncInvokeLater(fn, receiver, arg) {
4128 this._lateQueue.push(fn, receiver, arg);
4129 this._queueTick();
4130}
4131
4132function AsyncInvoke(fn, receiver, arg) {
4133 this._normalQueue.push(fn, receiver, arg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected