Packages

object RuntimeConfig extends RuntimeConfigPlatformSpecific with Serializable

Linear Supertypes
Serializable, Serializable, RuntimeConfigPlatformSpecific, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RuntimeConfig
  2. Serializable
  3. Serializable
  4. RuntimeConfigPlatformSpecific
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val benchmark: RuntimeConfig

    A Runtime with settings suitable for benchmarks, specifically with Tracing and auto-yielding disabled.

    A Runtime with settings suitable for benchmarks, specifically with Tracing and auto-yielding disabled.

    Tracing adds a constant ~2x overhead on FlatMaps, however, it's an optional feature and it's not valid to compare the performance of ZIO with enabled Tracing with effect types _without_ a comparable feature.

    Definition Classes
    RuntimeConfigPlatformSpecific
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. lazy val default: RuntimeConfig

    The default runtime configuration, with settings designed to work well for mainstream usage.

    The default runtime configuration, with settings designed to work well for mainstream usage. Advanced users should consider making their own runtime configuration customized for specific application requirements.

    Definition Classes
    RuntimeConfigPlatformSpecific
  8. final val defaultYieldOpCount: Int(2048)

    The default number of operations the ZIO runtime should execute before yielding to other fibers.

    The default number of operations the ZIO runtime should execute before yielding to other fibers.

    Definition Classes
    RuntimeConfigPlatformSpecific
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def fromExecutionContext(ec: ExecutionContext, yieldOpCount: Int = defaultYieldOpCount): RuntimeConfig

    Creates a RuntimeConfig from an execution context.

    Creates a RuntimeConfig from an execution context.

    Definition Classes
    RuntimeConfigPlatformSpecific
  13. final def fromExecutor(executor0: Executor): RuntimeConfig

    Creates a runtime configuration from an Executor.

    Creates a runtime configuration from an Executor.

    Definition Classes
    RuntimeConfigPlatformSpecific
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. lazy val global: RuntimeConfig

    A RuntimeConfig created from Scala's global execution context.

    A RuntimeConfig created from Scala's global execution context.

    Definition Classes
    RuntimeConfigPlatformSpecific
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def makeDefault(yieldOpCount: Int = defaultYieldOpCount): RuntimeConfig

    Makes a new default runtime configuration.

    Makes a new default runtime configuration. This is a side-effecting method.

    Definition Classes
    RuntimeConfigPlatformSpecific
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from RuntimeConfigPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped