We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
writeData
Sendable
1 parent 2507c5e commit 11ecc69Copy full SHA for 11ecc69
Sources/PostgresNIO/Connection/PostgresConnection+CopyFrom.swift
@@ -183,7 +183,7 @@ extension PostgresConnection {
183
isolation: isolated (any Actor)? = #isolation,
184
file: String = #fileID,
185
line: Int = #line,
186
- writeData: @escaping @Sendable (PostgresCopyFromWriter) async throws -> Void
+ writeData: (PostgresCopyFromWriter) async throws -> Void
187
) async throws {
188
var logger = logger
189
logger[postgresMetadataKey: .connectionID] = "\(self.id)"
0 commit comments