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

Members list

Concise view

Type members

Classlikes

object Parallel

Attributes

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

Mixin trait for interpreters, that allow parallelism.

Mixin trait for interpreters, that allow parallelism.

Attributes

Companion:
object
Graph
Supertypes
trait Default
trait Signature
class Object
trait Matchable
class Any

Mixin trait for interpreters, that prohibit parallelism.

Mixin trait for interpreters, that prohibit parallelism.

Attributes

Graph
Supertypes
trait Signature
class Object
trait Matchable
class Any