Skip to content

Commit 8e047b6

Browse files
committed
Add explicit @sendable annotation
1 parent 233a12d commit 8e047b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AsyncHTTPClient/HTTPClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ public class HTTPClient {
338338
}
339339
}
340340

341+
@Sendable
341342
private func makeOrGetFileIOThreadPool() -> NIOThreadPool {
342343
self.fileIOThreadPoolLock.withLock {
343344
guard let fileIOThreadPool = self.fileIOThreadPool else {

0 commit comments

Comments
 (0)