Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ performSyncWork
Function
performSyncWork
code/new-context-api/public/app.js:13089–13091 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13087
}
13088
13089
function
performSyncWork() {
13090
performWork(Sync, false, null);
13091
}
13092
13093
function
performWork(minExpirationTime, isAsync, dl) {
13094
deadline = dl;
Callers
4
requestWork
Function · 0.70
batchedUpdates
Function · 0.70
flushSync
Function · 0.70
interactiveUpdates
Function · 0.70
Calls
1
performWork
Function · 0.70
Tested by
no test coverage detected