Status

object Status
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Status.type

Type members

Classlikes

case object Done extends Status
final case class Running(runtimeFlags: RuntimeFlags, trace: Trace) extends Unfinished
final case class Suspended(runtimeFlags: RuntimeFlags, trace: Trace, blockingOn: FiberId) extends Unfinished
sealed trait Unfinished extends Status

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror