Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ flush
Method
flush
packages/effect/src/Micro.ts:1821–1825 ·
view source on GitHub ↗
* @since 3.5.9
()
Source
from the content-addressed store, hash-verified
1819
* @since 3.5.9
1820
*/
1821
flush() {
1822
while
(this.tasks.length > 0) {
1823
this.runTasks()
1824
}
1825
}
1826
}
1827
1828
/**
Callers
2
runSyncExit
Function · 0.95
Micro.ts
File · 0.45
Calls
1
runTasks
Method · 0.95
Tested by
no test coverage detected