Skip to content

Commit 0ee9bf6

Browse files
committed
Mark @yoshuawuyts as owner of "Async overloading"
1 parent 4ce0b05 commit 0ee9bf6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

src/vision/roadmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
6262
|   ↳ tbd | 💤 | ▰▱▱▱▱▱ |
6363
| 🔻 [Threadsafe portability] | 💤 | ▰▱▱▱▱▱ | |
6464
|   ↳ tbd | 💤 | ▰▱▱▱▱▱ |
65-
| 🔻 [Async overloading] | 💤 | ▰▱▱▱▱▱ | |
65+
| 🔻 [Async overloading] | 💤 | ▰▱▱▱▱▱ | [yoshuawuyts] |
6666
|   ↳ tbd | 💤 | ▰▱▱▱▱▱ |
6767

6868
[Async fn everywhere]: ./roadmap/async_fn.md
@@ -110,5 +110,6 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston
110110
[eliza weisman]: https://github.com/hawkw
111111
[jackh726]: https://github.com/jackh726
112112
[oli-obk]: https://github.com/oli-obk
113+
[yoshuawuyts]: https://github.com/yoshuawuyts
113114

114115
[wg leads]: ../welcome.md#leads

src/vision/roadmap/async_overloading.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ Further, by default, when you call a function, you invoke it in the same schedul
4343

4444
### Related work
4545

46-
* [SE-0296: Allow overloads that differ only in async](https://github.com/apple/swift-evolution/pull/1392)
46+
* [SE-0296: Allow overloads that differ only in async](https://github.com/apple/swift-evolution/pull/1392)
47+
* [Async Overloading (Yoshua Wuyts, 2021)](https://blog.yoshuawuyts.com/async-overloading/)

src/vision/roadmap/polish/sync_and_async.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ unexpected should happen.
1313

1414
| Milestone | Status | Key Participants |
1515
| --- | --- | --- |
16-
| Define "behave the same" | 💤 | |
17-
| Create testing to ensure same behavior | 💤 | |
16+
| Define "behave the same" | 💤 | [yoshuawuyts] |
17+
| Create testing to ensure same behavior | 💤 | [yoshuawuyts] |
18+
19+
[yoshuawuyts]: https://github.com/yoshuawuyts

0 commit comments

Comments
 (0)