ExecutionStrategy

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Parallel extends ExecutionStrategy

Execute effects in parallel.

Execute effects in parallel.

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.

case object Sequential extends ExecutionStrategy

Execute effects sequentially.

Execute effects sequentially.

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror