Skip to content

Commit af6f8a0

Browse files
authored
Merge pull request #2895 from ktoso/patch-9
2 parents f80e78e + b66be7e commit af6f8a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

proposals/0472-task-start-synchronously-on-caller-context.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
* Proposal: [SE-0472](0472-task-start-synchronously-on-caller-context.md)
44
* Authors: [Konrad 'ktoso' Malawski](https://github.com/ktoso)
55
* Review Manager: [Tony Allevato](https://github.com/allevato)
6-
* Status: **Accepted**
7-
* Implementation: https://github.com/swiftlang/swift/pull/79608
6+
* Status: **Implemented (Swift 6.2)**
7+
* Implementation:
8+
* https://github.com/swiftlang/swift/pull/79608
9+
* https://github.com/swiftlang/swift/pull/81428
10+
* https://github.com/swiftlang/swift/pull/81572
811
* Review: ([pitch](https://forums.swift.org/t/pitch-concurrency-starting-tasks-synchronously-from-caller-context/77960/)) ([first review](https://forums.swift.org/t/se-0472-starting-tasks-synchronously-from-caller-context/78883)) ([returned for revision](https://forums.swift.org/t/returned-for-revision-se-0472-starting-tasks-synchronously-from-caller-context/79311)) ([second review](https://forums.swift.org/t/second-review-se-0472-starting-tasks-synchronously-from-caller-context/79683)) ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0472-starting-tasks-synchronously-from-caller-context/80037))
912

1013
## Introduction

0 commit comments

Comments
 (0)