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.
1 parent 5a53247 commit 183418aCopy full SHA for 183418a
Sources/GRPCProtobuf/ContiguousBytesAdapter.swift
@@ -63,3 +63,6 @@ struct ContiguousBytesAdapter<
63
try self.bytes.withUnsafeMutableBytes(body)
64
}
65
66
+
67
+@available(gRPCSwiftProtobuf 2.1, *)
68
+extension ContiguousBytesAdapter: Sendable where Bytes: Sendable {}
0 commit comments