Descriptor
final case class Descriptor(id: Runtime, status: Running, interrupters: Set[FiberId], executor: Executor, isLocked: Boolean)
A record containing information about a Fiber.
- Value parameters:
- children
The fiber's forked children.
- executor
The Executor executing this fiber
- id
The fiber's unique identifier
- interrupters
The set of fibers attempting to interrupt the fiber or its ancestors.