Batch

laika.io.runtime.Batch
See theBatch companion object
trait Batch[F[_]]

Type class for the effect F that encapsulates the mechanism and configuration for executing a batch of operations, either sequentially or in parallel.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def execute[A](fas: Vector[F[A]]): F[Vector[A]]

Runs the specified batch, either sequentially or in parallel, depending on implementation.

Runs the specified batch, either sequentially or in parallel, depending on implementation.

Attributes