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

Type members

Classlikes

case object Parallel extends ExecutionStrategy

Execute effects in parallel.

Execute effects in parallel.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Parallel.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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Sequential extends ExecutionStrategy

Execute effects sequentially.

Execute effects sequentially.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Sequential.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