MCPcopy
hub / github.com/flowjs/flow.js / async

Function async

src/flow.js:1571–1573  ·  view source on GitHub ↗

* Execute function asynchronously * @param fn * @param context

(fn, context)

Source from the content-addressed store, hash-verified

1569 * @param context
1570 */
1571 function async(fn, context) {
1572 setTimeout(fn.bind(context), 0);
1573 }
1574
1575 /**
1576 * Extends the destination object `dst` by copying all of the properties from

Callers 1

flow.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…