Packages

final case class TaskTrace(events: List[TaskEvent], captured: Int, omitted: Int) extends Product with Serializable

All Credits to https://github.com/typelevel/cats-effect and https://github.com/RaasAhsan

Source
TaskTrace.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskTrace
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TaskTrace(events: List[TaskEvent], captured: Int, omitted: Int)

Value Members

  1. val captured: Int
  2. val events: List[TaskEvent]
  3. val omitted: Int
  4. def printFiberTrace(options: PrintingOptions = PrintingOptions.Default): Task[Unit]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def showFiberTrace(options: PrintingOptions = PrintingOptions.Default): String