ConcurrentOps

izumi.functional.bio.syntax.Syntax3$.ConcurrentOps
class ConcurrentOps[FR[_, _, _], -R, +E, +A](val r: FR[R, E, A])(implicit val F: Concurrent3[FR]) extends ParallelOps[FR, R, E, A]

Attributes

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

Members list

Concise view

Value members

Concrete methods

final def race[R1 <: R, E1 >: E, A1 >: A](that: FR[R1, E1, A1]): FR[R1, E1, A1]
final def racePairUnsafe[R1 <: R, E1 >: E, A1 >: A](that: FR[R1, E1, A1]): FR[R1, E1, Either[(Exit[E1, A], Fiber3[FR, E1, A1]), (Fiber3[FR, E1, A], Exit[E1, A1])]]

Inherited methods

final def zipPar[R1 <: R, E1 >: E, B](that: FR[R1, E1, B]): FR[R1, E1, (A, B)]

Attributes

Inherited from:
ParallelOps
final def zipParLeft[R1 <: R, E1 >: E, B](that: FR[R1, E1, B]): FR[R1, E1, A]

Attributes

Inherited from:
ParallelOps
final def zipParRight[R1 <: R, E1 >: E, B](that: FR[R1, E1, B]): FR[R1, E1, B]

Attributes

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

Attributes

Inherited from:
ParallelOps