zio.ExecutionStrategy
See theExecutionStrategy companion object
Describes a strategy for evaluating multiple effects, potentially in parallel. There are three possible execution strategies: Sequential
, Parallel
, and ParallelN
.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article