ConcurrentOps

izumi.functional.bio.syntax.Syntax2$.ConcurrentOps
final class ConcurrentOps[F[_, _], +E, +A](val r: F[E, A])(implicit val F: Concurrent2[F]) extends ParallelOps[F, E, A]

Attributes

Graph
Supertypes
class ParallelOps[F, E, A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final def race[E1 >: E, A1 >: A](that: F[E1, A1]): F[E1, A1]
final def racePairUnsafe[E1 >: E, A1 >: A](that: F[E1, A1]): F[E1, Either[(Exit[E1, A], Fiber2[F, E1, A1]), (Fiber2[F, E1, A], Exit[E1, A1])]]

Inherited methods

final def zipPar[E1 >: E, B](that: F[E1, B]): F[E1, (A, B)]

Attributes

Inherited from:
ParallelOps
final def zipParLeft[E1 >: E, B](that: F[E1, B]): F[E1, A]

Attributes

Inherited from:
ParallelOps
final def zipParRight[E1 >: E, B](that: F[E1, B]): F[E1, B]

Attributes

Inherited from:
ParallelOps
final def zipWithPar[E1 >: E, B, C](that: F[E1, B])(f: (A, B) => C): F[E1, C]

Attributes

Inherited from:
ParallelOps