FiberId

zio.FiberId
See theFiberId companion object
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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class Composite
object None.type
class Runtime
Self type

Members list

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]