ForkJoin

turbolift.internals.interpreter.Features$.Parallel$.ForkJoin
trait ForkJoin extends FlowFeatures

Attributes

Graph
Supertypes
trait Signature
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type !@![A, U]

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

Becomes an alias of Computation (i.e. same as !!), once the signature is inherited from Effect.

Attributes

Inherited from:
Signature

Attributes

Inherited from:
Interpreter
type Result[+A]

Attributes

Inherited from:
Interpreter
type Stan

State of this interpreter. Named Stan, to avoid confusion with State effect.

State of this interpreter. Named Stan, to avoid confusion with State effect.

Attributes

Inherited from:
FlowFeatures

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

Becomes an alias of this.type, once the signature is inherited from Effect.

Attributes

Inherited from:
Signature

Alias for Handler, specialized for this interperter.

Alias for Handler, specialized for this interperter.

Attributes

Inherited from:
Interpreter

Value members

Concrete methods

final override def onJoin(s1: Stan, s2: Stan): Stan

Attributes

Definition Classes

Inherited methods

def onFork(s: Stan): (Stan, Stan)

Attributes

Inherited from:
FlowFeatures
def onPure[A](a: A, s: Stan): Result[A]

Attributes

Inherited from:
FlowFeatures

Attributes

Inherited from:
FlowFeatures
def onZip[A, B, C](aa: Result[A], bb: Result[B], k: (A, B) => C): Result[C]

Attributes

Inherited from:
FlowFeatures