class ZIOPlatform extends Platform
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZIOPlatform
- Platform
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZIOPlatform(cpuPool: ThreadPoolExecutor, handler: FailureHandler, yieldEveryNFlatMaps: Int, tracingConfig: TracingConfig)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val executor: Executor
- Definition Classes
- ZIOPlatform → Platform
- def fatal(t: Throwable): Boolean
- Definition Classes
- ZIOPlatform → Platform
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def reportFailure(cause: Cause[Any]): Unit
- Definition Classes
- ZIOPlatform → Platform
- def reportFatal(t: Throwable): Nothing
- Definition Classes
- ZIOPlatform → Platform
- val supervisor: Supervisor[Any]
- Definition Classes
- ZIOPlatform → Platform
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tracing: Tracing
- Definition Classes
- ZIOPlatform → Platform
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withExecutor(e: Executor): Platform
- Definition Classes
- Platform
- def withFatal(f: (Throwable) => Boolean): Platform
- Definition Classes
- Platform
- def withReportFailure(f: (Cause[Any]) => Unit): Platform
- Definition Classes
- Platform
- def withReportFatal(f: (Throwable) => Nothing): Platform
- Definition Classes
- Platform
- def withSupervisor(s0: Supervisor[Any]): Platform
- Definition Classes
- Platform
- def withTracing(t: Tracing): Platform
- Definition Classes
- Platform
- def withTracingConfig(config: TracingConfig): Platform
- Definition Classes
- Platform