UnsafeRun2

izumi.functional.bio.UnsafeRun2$
See theUnsafeRun2 companion trait
object UnsafeRun2

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FailureHandler

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Custom
object Default.type
final case class InterruptAction[F[_, _]](interrupt: F[Nothing, Unit]) extends AnyVal

Attributes

interrupt

May semantically block until the target computation either finishes completely or finishes running its finalizers, depending on the underlying effect type.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
final class NamedThreadFactory(name: String, daemon: Boolean) extends ThreadFactory

Attributes

Companion:
object
Graph
Supertypes
trait ThreadFactory
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class ZIOPlatform(cpuPool: ThreadPoolExecutor, handler: FailureHandler, yieldEveryNFlatMaps: Int, tracingConfig: TracingConfig) extends Platform

Attributes

Graph
Supertypes
class Platform
class Object
trait Matchable
class Any
class ZIORunner[R](val platform: Platform, val initialEnv: R) extends UnsafeRun2[[_, _] =>> ZIO[R, _$7, _$8]]

Attributes

Graph
Supertypes
trait UnsafeRun2[[_, _] =>> ZIO[R, _$7, _$8]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_, _] : UnsafeRun2]: UnsafeRun2[F]
def createZIO[R](platform: Platform, initialEnv: R): ZIORunner[R]
def createZIO[R](cpuPool: ThreadPoolExecutor, handler: FailureHandler, yieldEveryNFlatMaps: Int, tracingConfig: TracingConfig, initialEnv: R): ZIORunner[R]