Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ performAsyncWork
Function
performAsyncWork
code/higher-order-components/public/app.js:13718–13720 ·
view source on GitHub ↗
(dl)
Source
from the content-addressed store, hash-verified
13716
}
13717
13718
function
performAsyncWork(dl) {
13719
performWork(NoWork, true, dl);
13720
}
13721
13722
function
performSyncWork() {
13723
performWork(Sync, false, null);
Callers
nothing calls this directly
Calls
1
performWork
Function · 0.70
Tested by
no test coverage detected