ExecutionStrategy

zio.ExecutionStrategy
See theExecutionStrategy companion object
sealed abstract class ExecutionStrategy

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 Object
trait Matchable
class Any
Known subtypes
object Parallel.type
class ParallelN
object Sequential.type
In this article