Commit 7b1a918
authored
Fix warning - Sending value of non-Sendable type '() async -> ()' risks causing data races (#8937)
### Motivation:
Warning: Sending value of non-Sendable type '() async -> ()' risks
causing data races; this is an error in the Swift 6 language mode
### Modifications:
Require template type to inherit from Sendable1 parent 4c1e060 commit 7b1a918
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments