IORuntimeConfig

final case class IORuntimeConfig
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product