Commit 9f6660c
committed
Make _predatesConcurrency ABI/API stable to add
Using _predatesConcurrency is what prevents adding `@Sendable` to things
from breaking the ABI. Yes, technically adding it will break anything
that had `@Sendable` before and is now pre-dating concurrency. After
discussing with Doug, this was the direction we chose to take.1 parent 1f198bc commit 9f6660c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
| 694 | + | |
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
| |||
0 commit comments