RuntimeFlags
Maintains a set of runtime flags. Runtime flags affect the operation of the ZIO runtime system. They are exposed to application-level code because they affect the behavior and performance of application code.
For more information on individual flags, see zio.RuntimeFlag.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RuntimeFlags.type
Members list
Value members
Concrete methods
Creates a patch that disables the specified runtime flag.
Creates a patch that disables the specified runtime flag.
Attributes
Creates a patch that enables the specified runtime flag.
Creates a patch that enables the specified runtime flag.
Attributes
This method returns true only if the flag Interruption is ENABLED, and also the flag WindDown is DISABLED.
This method returns true only if the flag Interruption is ENABLED, and also the flag WindDown is DISABLED.
A fiber is said to be interruptible if the feature of Interruption is turned on, and the fiber is not in its wind-down phase, in which it takes care of cleanup activities related to fiber shutdown.
Attributes
Deprecated methods
Attributes
- Deprecated
-
[Since version 2.1.19]Unused + unimplemented: using this flag will have no effect
Concrete fields
The default set of runtime flags, recommended for most applications.
The default set of runtime flags, recommended for most applications.
Attributes
No runtime flags.
No runtime flags.