Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ performAsyncWork
Function
performAsyncWork
code/redux/public/app.js:13975–13977 ·
view source on GitHub ↗
(dl)
Source
from the content-addressed store, hash-verified
13973
}
13974
13975
function
performAsyncWork(dl) {
13976
performWork(NoWork, true, dl);
13977
}
13978
13979
function
performSyncWork() {
13980
performWork(Sync, false, null);
Callers
nothing calls this directly
Calls
1
performWork
Function · 0.70
Tested by
no test coverage detected