ParallelN

zio.ExecutionStrategy$.ParallelN
final case class ParallelN(n: Int) extends ExecutionStrategy

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product