RuntimeFlag

zio.RuntimeFlag
See theRuntimeFlag companion object
sealed trait RuntimeFlag

A RuntimeFlag is a flag that can be set to enable or disable a particular feature of the ZIO runtime.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CurrentFiber
object FiberRoots
object Interruption
object OpLog
object OpSupervision
object WindDown
object WorkStealing
Show all

Members list

Value members

Abstract methods

def index: Int
def mask: Int
def notMask: Int