Engine
turbolift.internals.engine.Engine
Attributes
- Graph
-
- Supertypes
-
trait Runnableclass Objecttrait Matchableclass Any
Members list
Value members
Constructors
Concrete methods
final def intrinsicCapture[A, B, C, S, U, V](prompt: Prompt, fun: (Continuation[A, B, S, U]) => Computation[C, V], truncate: Boolean): Tag
final def intrinsicCaptureGet[A, B, C, S, U, V](prompt: Prompt, fun: (Continuation[A, B, S, U], S) => Computation[C, V], truncate: Boolean): Tag
final def intrinsicForkFiber[A, U](warp0: Warp | Null, comp: Computation[A, U], name: String, callback: (Untyped => Unit) | Null): Tag
final def intrinsicSpawnWarp[A, U](exitMode: ExitMode, body: Computation[A, U & Warp], name: String): Tag
final def intrinsicZipPar[A, B, C, U](lhs: Computation[A, U], rhs: Computation[B, U], fun: (A, B) => C): Tag
Inherited and Abstract methods
Attributes
- Inherited from:
- Runnable
Concrete fields
Inherited fields
Attributes
- Inherited from:
- Engine0 (hidden)
Attributes
- Inherited from:
- Engine0 (hidden)
Attributes
- Inherited from:
- Engine0 (hidden)
Attributes
- Inherited from:
- Engine0 (hidden)
In this article