Skip to content

Commit f343faf

Browse files
authored
Annoint SE-0431 and initiate the review (#2379)
1 parent bac1faa commit f343faf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/NNNN-isolated-any-functions.md renamed to proposals/0431-isolated-any-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# `@isolated(any)` Function Types
22

3-
* Proposal: [SE-NNNN](NNNN-isolated-any-functions.md)
3+
* Proposal: [SE-0431](0431-isolated-any-functions.md)
44
* Authors: [John McCall](https://github.com/rjmccall)
5-
* Review Manager: TBD
6-
* Status: **Awaiting implementation**
5+
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6+
* Status: **Active review (March 27...April 9, 2024)**
77
* Implementation: [apple/swift#71433](https://github.com/apple/swift/pull/71433), [apple/swift#71574](https://github.com/apple/swift/pull/71574)
88
* Review: ([pitch](https://forums.swift.org/t/isolated-any-function-types/70562))
99

@@ -516,7 +516,7 @@ of queues, like so:
516516
}
517517
}
518518
```
519-
519+
520520
As long as execution always goes through the exact same sequence of FIFO
521521
queues, each queue will execute its stage of the overall pipeline in
522522
the same order as the events were originally received. This can be a

0 commit comments

Comments
 (0)