ZTrace

final case class ZTrace(fiberId: Id, executionTrace: List[ZTraceElement], stackTrace: List[ZTraceElement], parentTrace: Option[ZTrace])
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Parent fiber traces flattened into a list.

Parent fiber traces flattened into a list.

NOTE: parentTrace fields are still populated for members of this list, despite that the next trace in the list is equivalent to parentTrace

Inherited methods

Inherited from:
Product