Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ pollUnsafe
Method
pollUnsafe
packages/effect/src/internal/effect.ts:595–597 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
593
}
594
}
595
pollUnsafe(): Exit.Exit<A, E> | undefined {
596
return
this._exit
597
}
598
evaluate(effect: Primitive): void {
599
if
(this._exit) {
600
return
Callers
15
Persistence.integration.test.ts
File · 0.80
Client.test.ts
File · 0.80
e2eSuite
Function · 0.80
DenoSocketServer.test.ts
File · 0.80
e2eSuite
Function · 0.80
assertTickerSurvives
Function · 0.80
Persistence.test.ts
File · 0.80
e2eSuite
Function · 0.80
SqlMessageStorage.integration.test.ts
File · 0.80
FiberSet.test.ts
File · 0.80
Latch.test.ts
File · 0.80
TestClock.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
assertTickerSurvives
Function · 0.64