Control

object Control
Companion:
class
class Object
trait Matchable
class Any
Control.type

Type members

Classlikes

final case class Config(blockSize: Int, nodeBufferSize: Int, useAsync: Boolean, seed: Option[Long], actorSystem: ActorSystem, materializer0: Materializer, executionContext0: ExecutionContext, progressReporter: ProgressReporter, terminateActors: Boolean, debugWaitLaunch: Option[Future[Unit]]) extends ConfigLike
Companion:
object
object Config
Companion:
class
final class ConfigBuilder extends ConfigLike
final case class ProgressReport(total: Double, partLabel: String, part: Double)
final case class Stats(numNodes: Int)

Types

Value members

Concrete methods

def apply(config: Config): Control

Concrete fields

final val Ok: Try[Unit]

Implicits

Implicits

implicit def fromBuilder(implicit b: Builder): Control