MCPcopy Create free account
hub / github.com/effect-app/libs / pollUnsafe

Method pollUnsafe

repos/effect/packages/effect/src/internal/effect.ts:583–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581 if (annotations) {
582 cause = causeAnnotate(cause, annotations)
583 }
584 this._interruptedCause = this._interruptedCause
585 ? causeCombine(this._interruptedCause, cause)
586 : cause
587 if (this.interruptible) {
588 if (this._running) {

Callers 15

heartbeatFunction · 0.80
driveFunction · 0.80
heartbeatFunction · 0.80
driveFunction · 0.80
e2eSuiteFunction · 0.80
RpcServer.test.tsFile · 0.80
e2eSuiteFunction · 0.80
FiberSet.test.tsFile · 0.80
Latch.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected