class ZioTofuConcurrentInstanceUIO[R, E] extends ZioTofuConcurrentInstance[Any, Nothing, R, E]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZioTofuConcurrentInstanceUIO
- ZioTofuConcurrentInstance
- Daemonic
- MakeConcurrent
- MakeAgent
- MakeDeferred
- MakeQVar
- MakeGatekeeper
- MakeAtom
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZioTofuConcurrentInstanceUIO()
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
- def agentOf[A](a: A): ZIO[Any, Nothing, Agent[[γ$9$]ZIO[R, E, γ$9$], A]]
- Definition Classes
- ZioTofuConcurrentInstanceUIO → MakeAgent
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atom[A](a: A): ZIO[Any, Nothing, Atom[[γ$8$]ZIO[R, E, γ$8$], A]]
- Definition Classes
- ZioTofuConcurrentInstanceUIO → MakeAtom
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def daemonize[A](process: ZIO[R, E, A]): ZIO[R, E, Daemon[[γ$10$]ZIO[R, E, γ$10$], Cause[E], A]]
- Definition Classes
- ZioTofuConcurrentInstanceUIO → Daemonic
- def deferred[A]: UIO[Deferred[[γ$3$]ZIO[R, E, γ$3$], A]]
- Definition Classes
- ZioTofuConcurrentInstanceUIO → MakeDeferred
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def gatekeeper(available: Long): ZIO[Any, Nothing, Gatekeeper[[γ$7$]ZIO[R, E, γ$7$], Long]]
- Definition Classes
- ZioTofuConcurrentInstanceUIO → MakeGatekeeper
- 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()
- def qvarEmpty[A]: ZIO[Any, Nothing, QVar[[γ$6$]ZIO[R, E, γ$6$], A]]
- Definition Classes
- ZioTofuConcurrentInstanceUIO → MakeQVar
- def qvarOf[A](a: A): ZIO[Any, Nothing, QVar[[γ$5$]ZIO[R, E, γ$5$], A]]
- Definition Classes
- ZioTofuConcurrentInstanceUIO → MakeQVar
- 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)