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(interrupting: Boolean) extends Status
final case class Suspended(interrupting: Boolean, interruptible: Boolean, asyncs: Long, blockingOn: FiberId, asyncTrace: Trace) extends Status

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror