Commit 02fa77f
authored
Make structured Swift representation types Sendable (#2115)
Motivation:
The structured Swift types aren't marked as Sendable. This means that
defining a 'static let' isn't possible, and a static computed property
must be used instead. This is fine, just verbose.
Modifications:
- Make all structured swift representation types 'Sendable'
Result:
Can use 'static let' with structured Swift types1 parent c3f09df commit 02fa77f
File tree
1 file changed
+56
-56
lines changed- Sources/GRPCCodeGen/Internal
1 file changed
+56
-56
lines changed
0 commit comments