Status

zio.Fiber$.Status$
See theStatus companion trait
object Status

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type

Members list

Concise view

Type members

Classlikes

case object Done extends Status

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
Self type
Done.type
final case class Running(runtimeFlags: RuntimeFlags, trace: Trace) extends Unfinished

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
final case class Suspended(runtimeFlags: RuntimeFlags, trace: Trace, blockingOn: FiberId) extends Unfinished

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any
sealed trait Unfinished extends Status

Attributes

Graph
Supertypes
trait Status
class Object
trait Matchable
class Any
Known subtypes
class Running
class Suspended

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror