WindDown
zio.RuntimeFlag.WindDown
case object WindDown extends RuntimeFlag
The wind down flag determines whether the ZIO runtime system will execute effects in wind-down mode. In wind-down mode, even if interruption is enabled and a fiber has been interrupted, the fiber will continue its execution uninterrupted.
Attributes
- Graph
-
- Supertypes
- Self type
-
WindDown.type
Members list
In this article