Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ performAsyncWork
Function
performAsyncWork
code/controlled-uncontrolled/public/app.js:13048–13050 ·
view source on GitHub ↗
(dl)
Source
from the content-addressed store, hash-verified
13046
}
13047
13048
function
performAsyncWork(dl) {
13049
performWork(NoWork, true, dl);
13050
}
13051
13052
function
performSyncWork() {
13053
performWork(Sync, false, null);
Callers
nothing calls this directly
Calls
1
performWork
Function · 0.70
Tested by
no test coverage detected