Dump

zio.Fiber$.Dump
final case class Dump(fiberId: Runtime, status: Status, trace: StackTrace) extends Product, Serializable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

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 ...

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product