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

Function performAsyncWork

code/new-context-api/public/app.js:13085–13087  ·  view source on GitHub ↗
(dl)

Source from the content-addressed store, hash-verified

13083 }
13084
13085 function performAsyncWork(dl) {
13086 performWork(NoWork, true, dl);
13087 }
13088
13089 function performSyncWork() {
13090 performWork(Sync, false, null);

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected