ChannelFuture

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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