FiberId

object FiberId
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
FiberId.type

Type members

Classlikes

final case class Composite(fiberIds: Set[Runtime]) extends FiberId
case object None extends FiberId
final case class Runtime(id: Int, startTimeSeconds: Int, location: Trace) extends FiberId

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(id: Int, startTimeSeconds: Int, location: Trace): FiberId
def combineAll(fiberIds: Set[FiberId]): FiberId