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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZioTofuConcurrentInstance
- Daemonic
- MakeConcurrent
- MakeAgent
- MakeDeferred
- MakeQVar
- MakeGatekeeper
- MakeAtom
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZioTofuConcurrentInstance()
Abstract Value Members
- abstract def agentOf[A](a: A): ZIO[R1, E1, Agent[[γ$1$]ZIO[R, E, γ$1$], A]]
- Definition Classes
- MakeAgent
- abstract def atom[A](a: A): ZIO[R1, E1, Atom[[γ$1$]ZIO[R, E, γ$1$], A]]
- Definition Classes
- MakeAtom
- abstract def daemonize[A](process: ZIO[R, E, A]): ZIO[R, E, Daemon[[γ$2$]ZIO[R, E, γ$2$], Cause[E], A]]
- Definition Classes
- Daemonic
- abstract def deferred[A]: ZIO[R1, E1, Deferred[[γ$1$]ZIO[R, E, γ$1$], A]]
- Definition Classes
- MakeDeferred
- abstract def gatekeeper(available: Long): ZIO[R1, E1, Gatekeeper[[γ$1$]ZIO[R, E, γ$1$], Long]]
- Definition Classes
- MakeGatekeeper
- abstract def qvarEmpty[A]: ZIO[R1, E1, QVar[[γ$1$]ZIO[R, E, γ$1$], A]]
- Definition Classes
- MakeQVar
- abstract def qvarOf[A](a: A): ZIO[R1, E1, QVar[[γ$1$]ZIO[R, E, γ$1$], A]]
- Definition Classes
- MakeQVar
Concrete 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]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)