Static Propertyswift-nio 2.72.0_NIOFileSystem->NIOCore
fileSystemThreadCountSuggestion
A suggestion of how many threads the global singleton FileSystem
uses for blocking I/O.
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
static var fileSystem: FileSystem
Returns a shared global instance of the
FileSystem
.