You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Sendable annotations to SelectorGeneric (apple#3085)
### Motivation:
Explicit Sendable requires a bunch of annotations in SelectorGeneric, as
many of these types are `@usableFromInline`. This patch applies those.
### Modifications:
- Make many types Sendable
- Make some explicitly not Sendable
### Result:
No missing Sendable warnings
0 commit comments