Packages

o

coop

ThreadT

object ThreadT

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreadT
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def annotate[M[_], A](name: String, indent: Boolean = false)(body: ThreadT[M, A])(implicit arg0: Applicative[M]): ThreadT[M, A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def await[M[_]](id: MonitorId)(implicit arg0: Applicative[M]): ThreadT[M, Unit]
  7. def cede[M[_]](implicit arg0: Applicative[M]): ThreadT[M, Unit]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def done[M[_], A](implicit arg0: Applicative[M]): ThreadT[M, A]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fork[M[_], A](left: ⇒ A, right: ⇒ A)(implicit arg0: Applicative[M]): ThreadT[M, A]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def liftF[M[_], A](ma: M[A])(implicit arg0: Functor[M]): ThreadT[M, A]
  18. def monitor[M[_]](implicit arg0: Applicative[M]): ThreadT[M, MonitorId]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def notify[M[_]](id: MonitorId)(implicit arg0: Applicative[M]): ThreadT[M, Unit]
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def prettyPrint[M[_], A](target: ThreadT[M, A], render: ~>[M, [β$3$]Const[Option[String], β$3$]] = constK[M], limit: Int = 512)(implicit arg0: Monad[M], arg1: Show[A]): M[String]
  24. def roundRobin[M[_], A](main: ThreadT[M, A])(implicit arg0: Monad[M]): M[Boolean]
  25. def start[M[_], A](child: ThreadT[M, A])(implicit arg0: Applicative[M]): ThreadT[M, Unit]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped