ExecutionStrategy

zio.ExecutionStrategy$
See theExecutionStrategy companion class

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Parallel extends ExecutionStrategy

Execute effects in parallel.

Execute effects in parallel.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final case class ParallelN(n: Int) extends ExecutionStrategy

Execute effects in parallel, up to the specified number of concurrent fibers.

Execute effects in parallel, up to the specified number of concurrent fibers.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Sequential extends ExecutionStrategy

Execute effects sequentially.

Execute effects sequentially.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror