NIOSerialEventLoopExecutor

    A helper protocol that can be mixed in to a NIO EventLoop to provide an automatic conformance to SerialExecutor.

    EventLoop+SerialExecutor.swift:22
    iOS
    17.0+
    macOS
    14.0+
    tvOS
    17.0+
    watchOS
    10.0+
    protocol NIOSerialEventLoopExecutor : EventLoop, SerialExecutor
    Browse conforming types

    Implementers of EventLoop should consider conforming to this protocol as well on Swift 5.9 and later.

    Supertypes

    Show implementation details (1)

    Hide implementation details

    Citizens in NIOCore

    Instance members