IORuntimeConfig

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int): IORuntimeConfig
def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int): IORuntimeConfig
def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int, shutdownHookTimeout: Duration): IORuntimeConfig
def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int, shutdownHookTimeout: Duration, reportUnhandledFiberErrors: Boolean, cpuStarvationCheckInterval: FiniteDuration, cpuStarvationCheckInitialDelay: FiniteDuration, cpuStarvationCheckThreshold: Double): IORuntimeConfig

Inherited fields

final protected val Default: IORuntimeConfig
Inherited from:
IORuntimeConfigCompanionPlatform (hidden)
Source:
IORuntimeConfigCompanionPlatform.scala