Skip to content

Commit d50f20d

Browse files
committed
Explicitly marked ContiguousBytesAdapter as non Sendable
1 parent 5a53247 commit d50f20d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/GRPCProtobuf/ContiguousBytesAdapter.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ struct ContiguousBytesAdapter<
6363
try self.bytes.withUnsafeMutableBytes(body)
6464
}
6565
}
66+
67+
@available(*, unavailable)
68+
extension ContiguousBytesAdapter: Sendable {}

0 commit comments

Comments
 (0)