Skip to content

Commit 2567513

Browse files
authored
Mark SE-0463 as implemented in Swift 6.2. (#2800)
1 parent 91f4926 commit 2567513

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proposals/0463-sendable-completion-handlers.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* Proposal: [SE-0463](0463-sendable-completion-handlers.md)
44
* Authors: [Holly Borla](https://github.com/hborla)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.2)**
77
* Vision: [Improving the approachability of data-race safety](https://github.com/swiftlang/swift-evolution/blob/main/visions/approachable-concurrency.md)
8-
* Implementation: On `main` behind `-enable-experimental-feature SendableCompletionHandlers`
98
* Review: ([pitch](https://forums.swift.org/t/pitch-import-objective-c-completion-handler-parameters-as-sendable/77904)) ([review](https://forums.swift.org/t/se-0463-import-objective-c-completion-handler-parameters-as-sendable/78169)) ([acceptance](https://forums.swift.org/t/accepted-se-0463-import-objective-c-completion-handler-parameters-as-sendable/78489))
109

1110
## Introduction

0 commit comments

Comments
 (0)