Runtime

final case class Runtime(id: Int, startTimeMillis: Long, location: Trace) extends FiberId
trait Product
trait Equals
trait FiberId
class Object
trait Matchable
class Any

Value members

Inherited methods

final def <>(that: FiberId): FiberId
Inherited from:
FiberId
final def combine(that: FiberId): FiberId
Inherited from:
FiberId
final def getOrElse(that: => FiberId): FiberId
Inherited from:
FiberId
final def ids: Set[Int]
Inherited from:
FiberId
final def isNone: Boolean
Inherited from:
FiberId
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def threadName: String
Inherited from:
FiberId
final def toOption: Option[FiberId]
Inherited from:
FiberId
final def toSet: Set[Runtime]
Inherited from:
FiberId