Mixins
turbolift.interpreter.Mixins
object Mixins
Mixin traits for Interpreter
.
User-defined interpreters choose to inherit from one of those mixins, depending on their intended approach to parallellism.
No need to import these definitions, because turbolift.Effect trait exports them for convenience.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Mixins.type
Members list
Type members
Classlikes
object Parallel
Mixin trait for interpreters, that allow parallelism.
object Sequential
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Sequential.type
trait Sequential extends Default
Mixin trait for interpreters, that prohibit parallelism.
In this article