IORuntimeConfig

cats.effect.unsafe.IORuntimeConfig$
See theIORuntimeConfig companion class

Attributes

Companion:
class
Source:
IORuntimeConfig.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int): IORuntimeConfig

Attributes

Source:
IORuntimeConfig.scala
def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int): IORuntimeConfig

Attributes

Source:
IORuntimeConfig.scala
def apply(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int, shutdownHookTimeout: Duration): IORuntimeConfig

Attributes

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

Attributes

Source:
IORuntimeConfig.scala

Inherited fields

final protected val Default: IORuntimeConfig

Attributes

Inherited from:
IORuntimeConfigCompanionPlatform (hidden)
Source:
IORuntimeConfigCompanionPlatform.scala