From 050a13058162c8bffc8acf3f601751fbc29921aa Mon Sep 17 00:00:00 2001 From: Holly Borla Date: Mon, 12 May 2025 08:24:16 -0700 Subject: [PATCH] Mark SE-0461 as implemented in Swift 6.2. --- proposals/0461-async-function-isolation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/proposals/0461-async-function-isolation.md b/proposals/0461-async-function-isolation.md index f8712cde7d..b81520083c 100644 --- a/proposals/0461-async-function-isolation.md +++ b/proposals/0461-async-function-isolation.md @@ -3,10 +3,9 @@ * Proposal: [SE-0461](0461-async-function-isolation.md) * Authors: [Holly Borla](https://github.com/hborla), [John McCall](https://github.com/rjmccall) * Review Manager: [Xiaodi Wu](https://github.com/xwu) -* Status: **Accepted with modifications** +* Status: **Implemented (Swift 6.2)** * Vision: [Improving the approachability of data-race safety](/visions/approachable-concurrency.md) -* Implementation: On `main` behind `-enable-experimental-feature NonIsolatedAsyncInheritsIsolationFromContext` -* Upcoming Feature Flag: `AsyncCallerExecution` +* Upcoming Feature Flag: `NonisolatedNonsendingByDefault` * Previous Proposal: [SE-0338](0338-clarify-execution-non-actor-async.md) * 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))