ForkZio

izumi.functional.bio.impl.ForkZio
See theForkZio companion object
open class ForkZio extends Fork3[ZIO]

Attributes

Companion:
object
Graph
Supertypes
trait Fork3[ZIO]
trait RootBifunctor[ZIO]
trait Root
class Object
trait Matchable
class Any
Known subtypes
object ForkZio.type

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
DivergenceHelper

Attributes

Inherited from:
PredefinedHelper

Value members

Concrete methods

override def fork[R, E, A](f: ZIO[R, E, A]): ZIO[R, Nothing, Fiber2[IO, E, A]]

Attributes

Definition Classes
override def forkOn[R, E, A](ec: ExecutionContext)(f: ZIO[R, E, A]): ZIO[R, Nothing, Fiber3[ZIO, E, A]]

Attributes

Definition Classes