Skip to content

Commit 150133f

Browse files
authored
Update SE-0461 for focused re-review (#2765)
1 parent 9bb202e commit 150133f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/0461-async-function-isolation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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: **Active review (February 20...March 2, 2025)**
6+
* Status: **Active review (March 28...April 4, 2025)**
77
* Vision: [Improving the approachability of data-race safety](/visions/approachable-concurrency.md)
88
* Implementation: On `main` behind `-enable-experimental-feature NonIsolatedAsyncInheritsIsolationFromContext`
99
* Upcoming Feature Flag: `AsyncCallerExecution`
1010
* Previous Proposal: [SE-0338](0338-clarify-execution-non-actor-async.md)
11-
* Review: ([pitch](https://forums.swift.org/t/pitch-inherit-isolation-by-default-for-async-functions/74862)) ([review](https://forums.swift.org/t/se-0461-run-nonisolated-async-functions-on-the-callers-actor-by-default/77987))
11+
* 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))
1212

1313
## Introduction
1414

@@ -1135,4 +1135,4 @@ The proposal was revised with the following changes after the pitch discussion:
11351135
[SE-0338]: /proposals/0338-clarify-execution-non-actor-async.md
11361136
[SE-0421]: /proposals/0421-generalize-async-sequence.md
11371137
[adoption-tooling]: https://forums.swift.org/t/pitch-adoption-tooling-for-upcoming-features/77936
1138-
[region-isolation]: https://forums.swift.org/t/se-0461-run-nonisolated-async-functions-on-the-callers-actor-by-default/77987/36
1138+
[region-isolation]: https://forums.swift.org/t/se-0461-run-nonisolated-async-functions-on-the-callers-actor-by-default/77987/36

0 commit comments

Comments
 (0)