c

tofu.zioInstances

ZioTofuConcurrentInstance

abstract class ZioTofuConcurrentInstance[R1, E1, R, E] extends MakeConcurrent[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]] with Daemonic[[γ$2$]ZIO[R, E, γ$2$], Cause[E]]

Linear Supertypes
Daemonic[[γ$2$]ZIO[R, E, γ$2$], Cause[E]], MakeConcurrent[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]], MakeAgent[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]], MakeDeferred[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]], MakeQVar[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]], MakeGatekeeper[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$], Long], MakeAtom[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioTofuConcurrentInstance
  2. Daemonic
  3. MakeConcurrent
  4. MakeAgent
  5. MakeDeferred
  6. MakeQVar
  7. MakeGatekeeper
  8. MakeAtom
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZioTofuConcurrentInstance()

Abstract Value Members

  1. abstract def agentOf[A](a: A): ZIO[R1, E1, Agent[[γ$1$]ZIO[R, E, γ$1$], A]]
    Definition Classes
    MakeAgent
  2. abstract def atom[A](a: A): ZIO[R1, E1, Atom[[γ$1$]ZIO[R, E, γ$1$], A]]
    Definition Classes
    MakeAtom
  3. abstract def daemonize[A](process: ZIO[R, E, A]): ZIO[R, E, Daemon[[γ$2$]ZIO[R, E, γ$2$], Cause[E], A]]
    Definition Classes
    Daemonic
  4. abstract def deferred[A]: ZIO[R1, E1, Deferred[[γ$1$]ZIO[R, E, γ$1$], A]]
    Definition Classes
    MakeDeferred
  5. abstract def gatekeeper(available: Long): ZIO[R1, E1, Gatekeeper[[γ$1$]ZIO[R, E, γ$1$], Long]]
    Definition Classes
    MakeGatekeeper
  6. abstract def qvarEmpty[A]: ZIO[R1, E1, QVar[[γ$1$]ZIO[R, E, γ$1$], A]]
    Definition Classes
    MakeQVar
  7. abstract def qvarOf[A](a: A): ZIO[R1, E1, QVar[[γ$1$]ZIO[R, E, γ$1$], A]]
    Definition Classes
    MakeQVar

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Daemonic[[γ$2$]ZIO[R, E, γ$2$], Cause[E]]

Inherited from MakeConcurrent[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]]

Inherited from MakeAgent[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]]

Inherited from MakeDeferred[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]]

Inherited from MakeQVar[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]]

Inherited from MakeGatekeeper[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$], Long]

Inherited from MakeAtom[[γ$0$]ZIO[R1, E1, γ$0$], [γ$1$]ZIO[R, E, γ$1$]]

Inherited from AnyRef

Inherited from Any

Ungrouped