FiberId

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

Type members

Classlikes

final case class Composite(left: FiberId, right: FiberId) extends FiberId
case object None extends FiberId
final case class Runtime(id: Int, startTimeMillis: Long, location: Trace) extends FiberId

Inherited types

type MirroredElemLabels <: Tuple

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