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 d50f20d commit f6a1b9fCopy full SHA for f6a1b9f
Sources/GRPCProtobuf/ContiguousBytesAdapter.swift
@@ -64,5 +64,5 @@ struct ContiguousBytesAdapter<
64
}
65
66
67
-@available(*, unavailable)
68
-extension ContiguousBytesAdapter: Sendable {}
+@available(gRPCSwiftProtobuf 2.0, *)
+extension ContiguousBytesAdapter: Sendable where Bytes: Sendable { }
0 commit comments