turbolift.internals.interpreter
package turbolift.internals.interpreter
Members list
Concise view
Type members
Classlikes
Delimited continuation.
Delimited continuation.
Accessed from implementations of user-defined Flow interpreters.
Attributes
- Graph
- Supertypes
object Features
Mixin traits for Interpreter
.
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 Objecttrait Matchableclass Any
- Self type
- Features.type
Super trait for any user-defined Interpreter.
Super trait for any user-defined Interpreter.
- Interpreters are not meant to be created directly. Instead, one of abstract interpreters, provided by Effect, should be inherited:
- Effect.Proxy
- Effect.Stateless
- Effect.Stateful
- Interpreters are not meant to be used directly.
Instead, a Handler should be created from the interpreter,
by calling
toHandler
method on it.
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
object Interpreter
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Interpreter.type
State of stateless Interpreter.
State of stateless Interpreter.