BridgeImpl

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

Attributes

Graph
Supertypes
trait ClosedBridge
trait CoreBridge
class Object
trait Matchable
class Any
Show all
Self type
BridgeImpl.type

Members list

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, blockingEC: ExecutionContext): Executing[BridgeImpl.type, A, B]

Concrete fields

override val dsl: Dsl