FiberId

sealed trait FiberId extends Serializable

The identity of a Fiber, described by the time it began life, and a monotonically increasing sequence number generated from an atomic counter.

Companion:
object
class Object
trait Matchable
class Any
class Composite
object None.type
class Runtime

Value members

Concrete methods

final def <>(that: FiberId): FiberId
final def combine(that: FiberId): FiberId
final def getOrElse(that: => FiberId): FiberId
final def ids: Set[Int]
final def isNone: Boolean
final def threadName: String
final def toOption: Option[FiberId]
final def toSet: Set[Runtime]