Required Instance Methodswift-nio 2.72.0NIOCore

    preconditionInEventLoop(file:line:)

    Asserts that the current thread is the one tied to this EventLoop. Otherwise, the process will be abnormally terminated as per the semantics of preconditionFailure(_:file:line:).

    EventLoop.swift:295
    func preconditionInEventLoop(file: StaticString, line: UInt)

    This method may never produce false positives or false negatives in conforming implementations. It may never terminate the process when event loop context is actually held, and it may never fail to terminate the process when event loop context is not held.

    Other requirements

    View members

    Hide members

    This section is hidden by default because it contains too many (12) members.

    Instance members

    Show implementation details (3)

    Hide implementation details

    Citizens in NIOCore

    Default implementations