EventLoopGroups

zio.http.netty.EventLoopGroups$

Simple wrapper over NioEventLoopGroup

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Config extends Config

Attributes

Graph
Supertypes
trait Config
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def default(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def epoll(nThreads: Int)(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def epoll(nThreads: Int, executor: Executor)(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def kqueue(nThreads: Int)(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def make(eventLoopGroup: UIO[EventLoopGroup])(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def nio(nThreads: Int)(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def nio(nThreads: Int, executor: Executor)(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def uring(nThread: Int)(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]
def uring(nThread: Int, executor: Executor)(implicit trace: Trace): ZIO[Scope, Nothing, EventLoopGroup]

Concrete fields

Implicits

Implicits

implicit val trace: Trace