Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ resume
Function
resume
packages/effect/src/PartitionedSemaphore.ts:113–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
const
entry: Waiter = {
112
permits: needed,
113
resume() {
114
cleanup()
115
resume(Effect.void)
116
}
117
}
118
function
cleanup() {
119
waiters.delete(entry)
Callers
14
take
Function · 0.70
fiberAwait
Function · 0.70
fiberInterruptAll
Function · 0.70
promise
Function · 0.70
tryPromise
Function · 0.70
onExit
Function · 0.70
sleep
Function · 0.70
pump
Function · 0.70
TestClockImpl
Class · 0.70
Micro.test.ts
File · 0.50
Runtime.test.ts
File · 0.50
async.test.ts
File · 0.50
Calls
1
cleanup
Function · 0.85
Tested by
no test coverage detected