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 1602d85 commit d52ec93Copy full SHA for d52ec93
Sources/PostgresNIO/Connection/PostgresConnection+CopyFrom.swift
@@ -186,7 +186,7 @@ extension PostgresConnection {
186
isolation: isolated (any Actor)? = #isolation,
187
file: String = #fileID,
188
line: Int = #line,
189
- writeData: @escaping @Sendable (PostgresCopyFromWriter) async throws -> Void
+ writeData: (PostgresCopyFromWriter) async throws -> Void
190
) async throws {
191
var logger = logger
192
logger[postgresMetadataKey: .connectionID] = "\(self.id)"
0 commit comments