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

sttp.tapir.server.netty.internal.RunAsync.scala Maven / Gradle / Ivy

There is a newer version: 1.11.4
Show newest version
package sttp.tapir.server.netty.internal

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy