IORuntime

object IORuntime
Companion:
class
Source:
IORuntime.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(compute: ExecutionContext, blocking: ExecutionContext, scheduler: Scheduler, shutdown: () => Unit, config: IORuntimeConfig): IORuntime

Inherited methods

Inherited from:
IORuntimeCompanionPlatform (hidden)
Source:
IORuntimeCompanionPlatform.scala
def createDefaultScheduler(threadPrefix: String): (Scheduler, () => Unit)
Inherited from:
IORuntimeCompanionPlatform (hidden)
Source:
IORuntimeCompanionPlatform.scala
def createWorkStealingComputeThreadPool(threads: Int, threadPrefix: String, blockerThreadPrefix: String, runtimeBlockingExpiration: Duration, reportFailure: Throwable => Unit): (WorkStealingThreadPool, () => Unit)
Inherited from:
IORuntimeCompanionPlatform (hidden)
Source:
IORuntimeCompanionPlatform.scala

Deprecated and Inherited methods

def createDefaultComputeThreadPool(self: () => IORuntime, threads: Int, threadPrefix: String): (WorkStealingThreadPool, () => Unit)
Deprecated
Inherited from:
IORuntimeCompanionPlatform (hidden)
Source:
IORuntimeCompanionPlatform.scala
def createDefaultComputeThreadPool(self: => IORuntime, threads: Int, threadPrefix: String, blockerThreadPrefix: String): (WorkStealingThreadPool, () => Unit)
Deprecated
[Since version 3.4.0] Replaced by the simpler and safer `createWorkStealingComputePool`
Inherited from:
IORuntimeCompanionPlatform (hidden)
Source:
IORuntimeCompanionPlatform.scala

Inherited fields

lazy val global: IORuntime
Inherited from:
IORuntimeCompanionPlatform (hidden)
Source:
IORuntimeCompanionPlatform.scala