Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ performAsyncWork
Function
performAsyncWork
code/one-direction-data-flow/public/app.js:13597–13599 ·
view source on GitHub ↗
(dl)
Source
from the content-addressed store, hash-verified
13595
}
13596
13597
function
performAsyncWork(dl) {
13598
performWork(NoWork, true, dl);
13599
}
13600
13601
function
performSyncWork() {
13602
performWork(Sync, false, null);
Callers
nothing calls this directly
Calls
1
performWork
Function · 0.70
Tested by
no test coverage detected