fileSystemThreadCountSuggestion

    A suggestion of how many threads the global singleton FileSystem uses for blocking I/O.

    FileSystem.swift:654

    This declaration has been renamed to NIOSingletons.blockingPoolThreadCountSuggestion.

    This declaration is deprecated.

    static var fileSystemThreadCountSuggestion: Int { get set }

    The thread count is the system’s available core count unless the environment variable NIO_SINGLETON_FILESYSTEM_THREAD_COUNT is set or this value was set manually by the user.

    Other members in extension

    Type members