Packages

p

laika.io

runtime

package runtime

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Batch[F[_]] extends AnyRef

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

Value Members

  1. object Batch

    Constructors for Batch instances for parallel or sequential execution.

  2. object DirectoryScanner

    Scans a directory in the file system and transforms it into a generic InputCollection that can serve as input for parallel parsers or transformers.

  3. object ParserRuntime

    Internal runtime for parser operations, for parallel and sequential execution.

  4. object RendererRuntime

    Internal runtime for renderer operations, for text and binary output as well as parallel and sequential execution.

  5. object TransformerRuntime

    Internal runtime for transform operations, for text and binary output as well as parallel and sequential execution.

  6. object TreeResultBuilder

Ungrouped