MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / performAsyncWork

Function performAsyncWork

code/event-handlers/public/app.js:13054–13056  ·  view source on GitHub ↗
(dl)

Source from the content-addressed store, hash-verified

13052 }
13053
13054 function performAsyncWork(dl) {
13055 performWork(NoWork, true, dl);
13056 }
13057
13058 function performSyncWork() {
13059 performWork(Sync, false, null);

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected