Dump

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

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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