File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ` @isolated(any) ` Function Types
2
2
3
- * Proposal: [ SE-NNNN ] ( NNNN -isolated-any-functions.md)
3
+ * Proposal: [ SE-0431 ] ( 0431 -isolated-any-functions.md)
4
4
* 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) **
7
7
* Implementation: [ apple/swift #71433 ] ( https://github.com/apple/swift/pull/71433 ) , [ apple/swift #71574 ] ( https://github.com/apple/swift/pull/71574 )
8
8
* Review: ([ pitch] ( https://forums.swift.org/t/isolated-any-function-types/70562 ) )
9
9
@@ -516,7 +516,7 @@ of queues, like so:
516
516
}
517
517
}
518
518
```
519
-
519
+
520
520
As long as execution always goes through the exact same sequence of FIFO
521
521
queues, each queue will execute its stage of the overall pipeline in
522
522
the same order as the events were originally received. This can be a
You can’t perform that action at this time.
0 commit comments