Instance Method (Default implementation)swift-nio 2.72.0NIOCore

    any

    The default implementation of any() just returns the next() EventLoop but it’s highly recommended to override this and return the current EventLoop if possible.

    EventLoop.swift:1172
    func any() -> EventLoop

    Implements

    Other members in extension

    Instance members

    Show implementation details (1)

    Hide implementation details