FutureUtil

sttp.tapir.server.netty.internal.FutureUtil$
object FutureUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def nettyChannelFutureToScala(nettyFuture: ChannelFuture): Future[Channel]
def nettyFutureToScala[T](f: Future[T]): Future[T]