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

izumi.idealingua.runtime.rpc.IRTDispatcher.scala Maven / Gradle / Ivy

The newest version!
package izumi.idealingua.runtime.rpc

trait IRTDispatcher[F[_, _]] {
  def dispatch(input: IRTMuxRequest): F[Throwable, IRTMuxResponse]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy