Features

turbolift.internals.interpreter.Features$
object Features

Mixin traits for Interpreter.

User-defined interpreters choose to inherit from one of those mixins, depending on their intended approach to parallellism.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Features.type

Members list

Type members

Classlikes

object Parallel

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Parallel.type
trait Parallel extends Default

Mixin trait for interpreters, that allow parallelism.

Mixin trait for interpreters, that allow parallelism.

Attributes

Companion
object
Supertypes
trait Default
class FlowFeatures
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Show all
trait Sequential

Mixin trait for interpreters, that prohibit parallelism.

Mixin trait for interpreters, that prohibit parallelism.

Attributes

Supertypes
class FlowFeatures
trait Interpreter
trait Signature
class Object
trait Matchable
class Any
Show all