We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fileIOThreadPool
1 parent 32fac04 commit c3c68b2Copy full SHA for c3c68b2
Sources/AsyncHTTPClient/HTTPHandler.swift
@@ -626,7 +626,7 @@ extension HTTPClient {
626
private let makeOrGetFileIOThreadPool: () -> NIOThreadPool
627
628
/// The shared thread pool of a ``HTTPClient`` used for file IO. It is lazily created on first access.
629
- public var fileIOThreadPool: NIOThreadPool {
+ internal var fileIOThreadPool: NIOThreadPool {
630
self.makeOrGetFileIOThreadPool()
631
}
632
0 commit comments