BridgeImpl

libretto.scaletto.impl.futurebased.BridgeImpl$
opaque object BridgeImpl extends ScalettoBridge

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

override type Dsl = FreeScaletto.type
override opaque type Execution

Handle to a running Libretto program.

Handle to a running Libretto program.

Attributes

Value members

Concrete methods

def cancelExecution(exn: Execution, pos: SourcePos): Async[Unit]
def execute[A, B](prg: A -⚬ B)(ec: ExecutionContext, scheduler: Scheduler, blockingExecutor: Executor): Executing[BridgeImpl.type, A, B]

Concrete fields

override val dsl: Dsl