ScalettoExecutor

libretto.scaletto.ScalettoExecutor
See theScalettoExecutor companion object

Attributes

Companion:
object
Graph
Supertypes
trait Executor
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

Type members

Types

override type Bridge <: Of[Dsl]
override type Dsl <: Scaletto

Inherited types

Type of parameters used to tweak execution.

Type of parameters used to tweak execution.

Attributes

A

returned to the caller when execution starts

Inherited from:
Executor

Value members

Concrete methods

override def narrow: Of[Dsl, Bridge]

Attributes

Definition Classes

Inherited methods

def cancel(using pos: SourcePos)(execution: Execution): Async[Unit]

Attributes

Inherited from:
Executor
final def execute[A, B](prg: A -⚬ B): Executing[Bridge, A, B]

Attributes

Inherited from:
Executor
def execute[A, B, P](prg: A -⚬ B, params: ExecutionParam[P]): (Executing[Bridge, A, B], P)

Attributes

Inherited from:
Executor

Watch for abrupt cancellation of the given Execution. If the execution completes normally, the returned Async may never complete.

Watch for abrupt cancellation of the given Execution. If the execution completes normally, the returned Async may never complete.

Attributes

Inherited from:
Executor

Abstract fields

Inherited fields

Attributes

Inherited from:
Executor
val dsl: Dsl

Attributes

Inherited from:
Executor