Type Aliasswift-nio 2.72.0NIOCore
Element
EventLoop.swift:194typealias Element = EventLoop
Other members in extension
Type members
init([EventLoop]
) Create an
EventLoopIterator
from an array ofEventLoop
s.
Instance members
func next(
) -> EventLoop? Advances to the next
EventLoop
and returns it, ornil
if no next element exists.