Instance Method (Default implementation)swift-nio 2.81.0NIOCore

next

An EventLoop forms a singular EventLoopGroup, returning itself as the ‘next’ EventLoop.

EventLoop.swift:1143
func next() -> EventLoop

Returns

Itself, because an EventLoop forms a singular EventLoopGroup.