IORuntimeConfig

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

Value members

Constructors

def this(cancelationCheckThreshold: Int, autoYieldThreshold: Int)

Concrete methods

def copy(cancelationCheckThreshold: Int, autoYieldThreshold: Int, enhancedExceptions: Boolean, traceBufferSize: Int): IORuntimeConfig

Inherited methods

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