zio.InterruptStatus
See theInterruptStatus companion class
object InterruptStatus
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
InterruptStatus.type
Members list
Type members
Classlikes
case object Interruptible extends InterruptStatus
Indicates the fiber can be interrupted right now.
Indicates the fiber can be interrupted right now.
Attributes
- Supertypes
- Self type
-
Interruptible.type
case object Uninterruptible extends InterruptStatus
Indicates the fiber cannot be interrupted right now.
Indicates the fiber cannot be interrupted right now.
Attributes
- Supertypes
- Self type
-
Uninterruptible.type
Inherited types
The names of the product elements
The name of the type
Value members
In this article