ScalettoExecutor

libretto.scaletto.ScalettoExecutor
See theScalettoExecutor companion object
trait ScalettoExecutor extends Executor

Attributes

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

Members list

Type members

Types

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

Inherited types

type ExecutionParam[A]

Type of parameters used to tweak execution.

Type of parameters used to tweak execution.

Type parameters

A

returned to the caller when execution starts

Attributes

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

val bridge: Bridge

Attributes

Inherited from:
Executor
val dsl: Dsl

Attributes

Inherited from:
Executor