Required Instance Methodswift-nio 2.72.0NIOCore

    _preconditionSafeToSyncShutdown(file:line:)

    Must crash if it’s not safe to call syncShutdownGracefully in the current context.

    EventLoop.swift:1166
    func _preconditionSafeToSyncShutdown(file: StaticString, line: UInt)

    This method is a debug hook that can be used to override the behaviour of syncShutdownGracefully when called. By default it does nothing.

    Other requirements

    Instance members

    Citizens in NIOCore

    Default implementations

    Show implementation details (1)

    Hide implementation details