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

sttp.tapir.server.vertx.interpreters.RunAsync.scala Maven / Gradle / Ivy

The newest version!
package sttp.tapir.server.vertx.interpreters

trait RunAsync[F[_]] {
  def apply[T](f: => F[T]): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy