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

loci.transmitter.Endpoint.scala Maven / Gradle / Ivy

The newest version!
package loci
package transmitter

trait Endpoint[T, U] {
  val closed: Notice.Steady[Unit]
  def close(): Unit
  def send(value: T): Unit
  val receive: Notice.Stream[U]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy