ZChannelFuture

io.github.scottweaver.zillen.netty.ZChannelFuture$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def make[A](jFuture: => Future[A]): Task[ZChannelFuture[A]]
def scoped[A](jFuture: => Future[A]): ZIO[Scope, Throwable, Unit]
def unit[A](jFuture: => Future[A]): Task[Unit]