Bridge

libretto.exec.Bridge
See theBridge companion object
trait Bridge

Defines interface to interact with a running Libretto program.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait PuroBridge
object BridgeImpl

Members list

Type members

Types

type Dsl <: { type -⚬[A, B]; }

Handle to a running Libretto program.

Handle to a running Libretto program.

Attributes

Value members

Abstract fields

val dsl: Dsl

Extensions

Extensions

extension [I](using exn: Execution)(port: exn.InPort[I])
def prepend[H](f: H dsl.-⚬ I): exn.InPort[H]
extension [O](using exn: Execution)(port: exn.OutPort[O])
infix def append[P](f: O dsl.-⚬ P): exn.OutPort[P]