next

Returns the next EventLoop from this MultiThreadedEventLoopGroup.

MultiThreadedEventLoopGroup.swift:337
func next() -> any EventLoop

Returns

The next EventLoop to use.

MultiThreadedEventLoopGroup uses round robin across all its EventLoops to select the next one.