All Downloads are FREE. Search and download functionalities are using the official Maven repository.

libretto.exec.Executing.scala Maven / Gradle / Ivy

The newest version!
package libretto.exec

final class Executing[BRIDGE <: Bridge, A, B](using val bridge: BRIDGE)(
  val execution: bridge.Execution,
  val inPort: execution.InPort[A],
  val outPort: execution.OutPort[B],
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy