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