* Returns a set of all fibers in this test.
()
| 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 |