MCPcopy 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

takeFunction · 0.70
fiberAwaitFunction · 0.70
fiberInterruptAllFunction · 0.70
promiseFunction · 0.70
tryPromiseFunction · 0.70
onExitFunction · 0.70
sleepFunction · 0.70
pumpFunction · 0.70
TestClockImplClass · 0.70
Micro.test.tsFile · 0.50
Runtime.test.tsFile · 0.50
async.test.tsFile · 0.50

Calls 1

cleanupFunction · 0.85

Tested by

no test coverage detected