IORuntimeConfig

cats.effect.unsafe.IORuntimeConfig
See theIORuntimeConfig companion object
final case class IORuntimeConfig

Attributes

Companion
object
Source
IORuntimeConfig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

Source
IORuntimeConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product