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

Type members

Classlikes

case object Done extends Status

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Unfinished
trait Status
class Object
trait Matchable
class Any
Show all
sealed trait Unfinished extends Status

Attributes

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