Descriptor

object Descriptor
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(id0: FiberId, status0: Status, interrupters0: Set[FiberId], interruptStatus0: InterruptStatus, executor0: Executor, locked0: Boolean): Descriptor

A record containing information about a Fiber.

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.