Turn @Sendable completion handlers into an experimental feature. #60105
[swift-ide-test] Add support for -enable-experimental-feature.
7a2851b8
Turn `@Sendable` completion handlers into an experimental feature.
28a0f835
DougGregor
deleted the sendable-completion-handlers-as-experimental branch 3 years ago
Assignees
No one assigned
@Sendable
on completion handlers imported from Objective-C has beenimplemented for a while, but has been disabled in production builds
due to a number of problems we've encountered with rolling it out.
Introduce an experimental feature for
@Sendable
completion handlersso we can iterate on this more before we enable it by default.
Part of rdar://85569247, which will cover re-landing this feature.