J.Setup

object Setup

Scalqa Configuration

Setup contains a set of mutable configuration properties, which adhere to the following rules:

  • Once the property value was accessed, it cannot be chaged anymore
  • If method J.Vm.Setup.seal is executed, all properties become immutable
Source
Setup.scala
class java.lang.Object
trait scala.Matchable
class Any

Def

val defaultExecutionContextPro: Pro.M[scala.concurrent.ExecutionContext]
def isSealed: Boolean

Stream parallel engine setup

Stream parallel engine setup

Defines factory to create parallel Stream.Flow.

Default factory creates Stream.Flow based on parallel java.stream.Stream implementation.

Source
Setup.scala
val schedularPro: Pro.M[java.util.concurrent.ScheduledExecutorService]
def seal: Unit
@scala.annotation.threadUnsafe