Live

object Live
class Object
trait Matchable
class Any
Live.type

Value members

Concrete methods

def auto(nThreads: Int): ZIO[Scope, Nothing, EventLoopGroup]
def default: ZIO[Scope, Nothing, EventLoopGroup]
def epoll(nThreads: Int): ZIO[Scope, Nothing, EventLoopGroup]
def epoll(nThreads: Int, executor: Executor): ZIO[Scope, Nothing, EventLoopGroup]
def kQueue(nThreads: Int): ZIO[Scope, Nothing, EventLoopGroup]
def make(eventLoopGroup: UIO[EventLoopGroup]): ZIO[Scope, Nothing, EventLoopGroup]
def nio(nThreads: Int): ZIO[Scope, Nothing, EventLoopGroup]
def nio(nThreads: Int, executor: Executor): ZIO[Scope, Nothing, EventLoopGroup]
def uring(nThread: Int): ZIO[Scope, Nothing, EventLoopGroup]
def uring(nThread: Int, executor: Executor): ZIO[Scope, Nothing, EventLoopGroup]