PrimitivesZio

izumi.functional.bio.impl.PrimitivesZio$
See thePrimitivesZio companion class

Attributes

Companion:
class
Graph
Supertypes
trait Primitives2[IO]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def mkLatch: F[Nothing, Promise2[F, Nothing, Unit]]

Attributes

Inherited from:
Primitives2
override def mkPromise[E, A]: IO[Nothing, Promise2[IO, E, A]]

Attributes

Definition Classes
Inherited from:
PrimitivesZio
override def mkRef[A](a: A): IO[Nothing, Ref2[IO, A]]

Attributes

Definition Classes
Inherited from:
PrimitivesZio
override def mkSemaphore(permits: Long): IO[Nothing, Semaphore2[IO]]

Attributes

Definition Classes
Inherited from:
PrimitivesZio