MCPcopy Index your code
hub / github.com/Effect-TS/effect / unsafePoll

Method unsafePoll

packages/effect/src/Fiber.ts:175–175  ·  view source on GitHub ↗

* Unsafely observes the fiber, but returns immediately if it is not * already done.

()

Source from the content-addressed store, hash-verified

173 * already done.
174 */
175 unsafePoll(): Exit.Exit<A, E> | null
176
177 /**
178 * In the background, interrupts the fiber as if interrupted from the

Callers 15

e2eSuiteFunction · 0.65
suiteFunction · 0.65
e2eSuiteFunction · 0.65
resumeFunction · 0.65
FiberSet.test.tsFile · 0.65
Micro.test.tsFile · 0.65
FiberMap.test.tsFile · 0.65
Mailbox.test.tsFile · 0.65
semaphore.test.tsFile · 0.65
latch.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected