next

    Returns the next EventLoop from this MultiThreadedEventLoopGroup.

    MultiThreadedEventLoopGroup.swift:313
    func next() -> EventLoop

    Returns

    The next EventLoop to use.

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

    Other members in extension

    Type members

    Show implementation details (1)

    Hide implementation details

    Instance members

    Show implementation details (1)

    Hide implementation details