Skip to content

Commit 2668f20

Browse files
authored
Mark SE-0461 as implemented in Swift 6.2. (#2844)
1 parent a8eb411 commit 2668f20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

proposals/0461-async-function-isolation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
* Proposal: [SE-0461](0461-async-function-isolation.md)
44
* Authors: [Holly Borla](https://github.com/hborla), [John McCall](https://github.com/rjmccall)
55
* Review Manager: [Xiaodi Wu](https://github.com/xwu)
6-
* Status: **Accepted with modifications**
6+
* Status: **Implemented (Swift 6.2)**
77
* Vision: [Improving the approachability of data-race safety](/visions/approachable-concurrency.md)
8-
* Implementation: On `main` behind `-enable-experimental-feature NonIsolatedAsyncInheritsIsolationFromContext`
9-
* Upcoming Feature Flag: `AsyncCallerExecution`
8+
* Upcoming Feature Flag: `NonisolatedNonsendingByDefault`
109
* Previous Proposal: [SE-0338](0338-clarify-execution-non-actor-async.md)
1110
* Review: ([pitch](https://forums.swift.org/t/pitch-inherit-isolation-by-default-for-async-functions/74862)) ([first review](https://forums.swift.org/t/se-0461-run-nonisolated-async-functions-on-the-callers-actor-by-default/77987)) ([acceptance with focused re-review](https://forums.swift.org/t/accepted-with-modifications-and-focused-re-review-se-0461-run-nonisolated-async-functions-on-the-callers-actor-by-default/78920)) ([second review](https://forums.swift.org/t/focused-re-review-se-0461-run-nonisolated-async-functions-on-the-callers-actor-by-default/78921)) ([second acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0461-run-nonisolated-async-functions-on-the-caller-s-actor-by-default/79117))
1211

0 commit comments

Comments
 (0)