Dump

final case class Dump(fiberId: Runtime, status: Status, trace: StackTrace) extends Product with Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def prettyPrint(implicit trace: Trace): UIO[String]
"Fiber Name" #432 (16m2s) waiting on fiber #283
   Status: Suspended (interruptible, 12 asyncs, ...)
   at ...
   at ...
   at ...
   at ...

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product