Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ performAsyncWork
Function
performAsyncWork
code/third-party/public/app.js:12957–12959 ·
view source on GitHub ↗
(dl)
Source
from the content-addressed store, hash-verified
12955
}
12956
12957
function
performAsyncWork(dl) {
12958
performWork(NoWork, true, dl);
12959
}
12960
12961
function
performSyncWork() {
12962
performWork(Sync, false, null);
Callers
nothing calls this directly
Calls
1
performWork
Function · 0.70
Tested by
no test coverage detected