turbolift.internals.interpreter
package turbolift.internals.interpreter
Members list
Type members
Classlikes
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Features.type
sealed trait Interpreter extends Signature
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
object Interpreter
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Interpreter.type
State of stateless Interpreter.
State of stateless Interpreter.
Attributes
In this article