Sequential
turbolift.internals.interpreter.Features$.Sequential
trait Sequential
Mixin trait for interpreters, that prohibit parallelism.
Attributes
- Graph
- Supertypes
Members list
Concise view
Type members
Inherited types
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
type Dependency
Attributes
- Inherited from:
- Interpreter
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
type ThisEffect
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.
Value members
Inherited methods
Attributes
- Definition Classes
- HasNotForkJoin -> FlowFeatures
- Inherited from:
- HasNotForkJoin (hidden)
Attributes
- Definition Classes
- HasNotForkJoin -> FlowFeatures
- Inherited from:
- HasNotForkJoin (hidden)
Attributes
- Inherited from:
- FlowFeatures
Attributes
- Definition Classes
- HasNotUnpure -> FlowFeatures
- Inherited from:
- HasNotUnpure (hidden)
Attributes
- Definition Classes
- HasNotZip -> FlowFeatures
- Inherited from:
- HasNotZip (hidden)