final class ConcurrentObjOps[F[_]] extends AnyVal
- Source
- ConcurrentSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConcurrentObjOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConcurrentObjOps(F: Concurrent[F])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def parReplicateAN[A](n: Long)(replicas: Int, fa: F[A])(implicit P: Parallel[F]): F[List[A]]
Like
Parallel.parReplicateA
, but limits the degree of parallelism. - def parSequenceN[T[_], A](n: Long)(tma: T[F[A]])(implicit T: Traverse[T], P: Parallel[F]): F[T[A]]
Like
Parallel.parSequence
, but limits the degree of parallelism. - def parTraverseN[T[_], A, B](n: Long)(ta: T[A])(f: (A) => F[B])(implicit T: Traverse[T], P: Parallel[F]): F[T[B]]
Like
Parallel.parTraverse
, but limits the degree of parallelism. - def toString(): String
- Definition Classes
- Any
This is the API documentation for the cats-effect library.
See the cats.effect package for a quick overview.
Links
Canonical documentation links:
Related Cats links (the core):