EagerShiftBack
zio.RuntimeFlag.EagerShiftBack
case object EagerShiftBack extends RuntimeFlag
Determines whether the ZIO runtime will eagerly shift back execution to the default executor following (enabled) or minimize context shifts by continuing execution on the same thread as long as possible (disabled).
Enabling this flag can positively or negatively affect performance depending on the specific characteristics of the application. For more info on this refer to this blog post.
Attributes
- Graph
-
- Supertypes
- Self type
-
EagerShiftBack.type
Members list
In this article