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

Function performAsyncWork

code/styling/public/app.js:13724–13726  ·  view source on GitHub ↗
(dl)

Source from the content-addressed store, hash-verified

13722 }
13723
13724 function performAsyncWork(dl) {
13725 performWork(NoWork, true, dl);
13726 }
13727
13728 function performSyncWork() {
13729 performWork(Sync, false, null);

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected