Skip to content

Commit c3c68b2

Browse files
committed
make fileIOThreadPool internal
1 parent 32fac04 commit c3c68b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/HTTPHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ extension HTTPClient {
626626
private let makeOrGetFileIOThreadPool: () -> NIOThreadPool
627627

628628
/// The shared thread pool of a ``HTTPClient`` used for file IO. It is lazily created on first access.
629-
public var fileIOThreadPool: NIOThreadPool {
629+
internal var fileIOThreadPool: NIOThreadPool {
630630
self.makeOrGetFileIOThreadPool()
631631
}
632632

0 commit comments

Comments
 (0)