IORuntime

object IORuntime extends IORuntimeCompanionPlatform
Companion
class
class IORuntimeCompanionPlatform
class Object
trait Matchable
class Any

Value members

Methods

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

Inherited methods

def createDefaultScheduler(threadName: String): (Scheduler, () => Unit)
Inhertied from
IORuntimeCompanionPlatform
def createDefaultBlockingExecutionContext(threadPrefix: String): (ExecutionContext, () => Unit)
Inhertied from
IORuntimeCompanionPlatform
def createDefaultComputeThreadPool(self: => IORuntime, threadPrefix: String): (WorkStealingThreadPool, () => Unit)
Inhertied from
IORuntimeCompanionPlatform

Inherited fields

lazy val global: IORuntime
Inhertied from
IORuntimeCompanionPlatform