Suspended

final case class Suspended(interrupting: Boolean, interruptible: Boolean, asyncs: Long, blockingOn: FiberId, asyncTrace: Trace) extends Status
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any

Value members

Concrete methods

def isInterrupting: Boolean
def withInterrupting(newInterrupting: Boolean): Status

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product