MCPcopy Create free account
hub / github.com/Effect-TS/effect / supervisedFibers

Method supervisedFibers

packages/effect/src/TestClock.ts:246–248  ·  view source on GitHub ↗

* Returns a set of all fibers in this test.

()

Source from the content-addressed store, hash-verified

244 * Returns a set of all fibers in this test.
245 */
246 supervisedFibers(): Effect.Effect<SortedSet.SortedSet<Fiber.RuntimeFiber<unknown, unknown>>> {
247 return this.annotations.supervisedFibers
248 }
249 /**
250 * Captures a "snapshot" of the identifier and status of all fibers in this
251 * test other than the current fiber. Fails with the `void` value if any of

Callers 1

freezeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected