MCPcopy 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

Client.test.tsFile · 0.80
e2eSuiteFunction · 0.80
e2eSuiteFunction · 0.80
assertTickerSurvivesFunction · 0.80
e2eSuiteFunction · 0.80
FiberSet.test.tsFile · 0.80
Latch.test.tsFile · 0.80
TestClock.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

assertTickerSurvivesFunction · 0.64