Descriptor

object Descriptor
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(id0: Id, status0: Status, interrupters0: Set[Id], interruptStatus0: InterruptStatus, executor0: Executor, scope0: ZScope[Exit[Any, Any]]): 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 zio.internal.Executor executing this fiber

id

The fiber's unique identifier

interrupters

The set of fibers attempting to interrupt the fiber or its ancestors.