Skip to content

Commit 93639c5

Browse files
committed
SE-0410: Update metadata and begin second review
1 parent dd3846b commit 93639c5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

proposals/0410-atomics.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@
55
* Review Manager: [Joe Groff](https://github.com/jckarter)
66
* Bug: [SR-9144](https://github.com/apple/swift/issues/51640)
77
* Implementation: https://github.com/apple/swift/pull/68857
8-
* Version: 2023-09-18
9-
* Status: **Active Review (October 23...November 6, 2023)**
10-
11-
<!--
12-
*During the review process, add the following fields as needed:*
13-
14-
* Implementation: [apple/swift#NNNNN](https://github.com/apple/swift/pull/NNNNN) or [apple/swift-evolution-staging#NNNNN](https://github.com/apple/swift-evolution-staging/pull/NNNNN)
15-
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/...commit-ID.../proposals/NNNN-filename.md)
16-
* Decision Notes: [Rationale](https://forums.swift.org/), [Additional Commentary](https://forums.swift.org/)
17-
* Previous Proposal: [SE-XXXX](XXXX-filename.md)
18-
-->
8+
* Version: 2023-12-04
9+
* Status: **Active Review (December 4...December 18, 2023)**
10+
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/d35d6566fe2297f4782bdfac4d5253e0ca96b353/proposals/0410-atomics.md)
11+
* Decision Notes: [pitch](https://forums.swift.org/t/atomics/67350), [first review](https://forums.swift.org/t/se-0410-atomics/68007), [first return for revision](https://forums.swift.org/t/returned-for-revision-se-0410-atomics/68522)
1912

2013
## Introduction
2114

@@ -32,6 +25,10 @@ New Swift-evolution thread: [Atomics](https://forums.swift.org/t/atomics/67350)
3225
- Removed all new APIs; the proposal is now focused solely on C interoperability.
3326
- 2023-09-18: Third revision.
3427
- Introduced new APIs to the standard library.
28+
- 2023-12-04: Fourth revision.
29+
- Response to language steering group [review decision notes](https://forums.swift.org/t/returned-for-revision-se-0410-atomics/68522).
30+
- New APIs are now in a `Synchronization` module instead of the default `Swift` module.
31+
- Declaring a `var` of `Atomic` type is now an error.
3532

3633
## Table of Contents
3734

0 commit comments

Comments
 (0)