ChannelFactory

class Object
trait Matchable
class Any

Type members

Classlikes

object Live

Value members

Concrete methods

def auto: ZLayer[Any, Nothing, ChannelFactory]
def embedded: ZLayer[Any, Nothing, ChannelFactory]
def epoll: ZLayer[Any, Nothing, ChannelFactory]
def make[A <: Channel](fn: () => A): UIO[ChannelFactory[A]]
def nio: ZLayer[Any, Nothing, ChannelFactory]
def uring: ZLayer[Any, Nothing, ChannelFactory]