ImplicitBinaryRendererOps
class ImplicitBinaryRendererOps(val builder: TwoPhaseRendererBuilder[_, BinaryPostProcessorBuilder]) extends AsyncIOBuilderOps[[F[_]] =>> Builder[F]]
Value members
Concrete methods
Inherited methods
Creates a builder for parallel execution.
Creates a builder for parallel execution.
This builder creates instances with the specified level of parallelism.
- Inherited from
- AsyncIOBuilderOps
Creates a builder for parallel execution.
Creates a builder for parallel execution.
This builder creates instances with a level of parallelism matching the available cores.
For explicit control of parallelism use the other parallel
method.
- Inherited from
- AsyncIOBuilderOps
Creates a builder for sequential execution.
Creates a builder for sequential execution.
- Inherited from
- AsyncIOBuilderOps