_makePerpetualStartedPool(numberOfThreads:threadNamePrefix:)

    Create a NIOThreadPool that is already started, cannot be shut down and must not be deinited.

    NIOThreadPool.swift:200
    static func _makePerpetualStartedPool(numberOfThreads: Int, threadNamePrefix: String) -> NIOThreadPool

    This is only useful for global singletons.

    Other members in extension

    Types

    Typealiases

    Type members

    Instance members

    Show implementation details (1)

    Hide implementation details