IORuntime

cats.effect.unsafe.IORuntime
See theIORuntime companion class
object IORuntime

Attributes

Companion
class
Source
IORuntime.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IORuntime.type

Members list

Value members

Concrete methods

def apply(compute: ExecutionContext, blocking: ExecutionContext, scheduler: Scheduler, pollers: List[Any], shutdown: () => Unit, config: IORuntimeConfig): IORuntime

Attributes

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

Attributes

Source
IORuntime.scala

Attributes

Source
IORuntime.scala

Inherited methods

def createBatchingMacrotaskExecutor(batchSize: Int, reportFailure: Throwable => Unit): ExecutionContext

Attributes

Inherited from:
IORuntimeCompanionPlatform (hidden)
Source
IORuntimeCompanionPlatform.scala
def defaultComputeExecutionContext: ExecutionContext

Attributes

Inherited from:
IORuntimeCompanionPlatform (hidden)
Source
IORuntimeCompanionPlatform.scala

Attributes

Inherited from:
IORuntimeCompanionPlatform (hidden)
Source
IORuntimeCompanionPlatform.scala

Attributes

Inherited from:
IORuntimeCompanionPlatform (hidden)
Source
IORuntimeCompanionPlatform.scala