diff --git a/src/vision/roadmap.md b/src/vision/roadmap.md index 6219e927..19ebf264 100644 --- a/src/vision/roadmap.md +++ b/src/vision/roadmap.md @@ -62,7 +62,7 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston |   ↳ tbd | 💤 | ▰▱▱▱▱▱ | | 🔻 [Threadsafe portability] | 💤 | ▰▱▱▱▱▱ | | |   ↳ tbd | 💤 | ▰▱▱▱▱▱ | -| 🔻 [Async overloading] | 💤 | ▰▱▱▱▱▱ | | +| 🔻 [Async overloading] | 💤 | ▰▱▱▱▱▱ | [yoshuawuyts] | |   ↳ tbd | 💤 | ▰▱▱▱▱▱ | [Async fn everywhere]: ./roadmap/async_fn.md @@ -110,5 +110,6 @@ Clicking on active initiatives also shows a list of *milestones*. These mileston [eliza weisman]: https://github.com/hawkw [jackh726]: https://github.com/jackh726 [oli-obk]: https://github.com/oli-obk +[yoshuawuyts]: https://github.com/yoshuawuyts [wg leads]: ../welcome.md#leads diff --git a/src/vision/roadmap/async_overloading.md b/src/vision/roadmap/async_overloading.md index 01a1f92c..502b95d7 100644 --- a/src/vision/roadmap/async_overloading.md +++ b/src/vision/roadmap/async_overloading.md @@ -43,4 +43,5 @@ Further, by default, when you call a function, you invoke it in the same schedul ### Related work -* [SE-0296: Allow overloads that differ only in async](https://github.com/apple/swift-evolution/pull/1392) \ No newline at end of file +* [SE-0296: Allow overloads that differ only in async](https://github.com/apple/swift-evolution/pull/1392) +* [Async Overloading (Yoshua Wuyts, 2021)](https://blog.yoshuawuyts.com/async-overloading/) diff --git a/src/vision/roadmap/polish/sync_and_async.md b/src/vision/roadmap/polish/sync_and_async.md index ff658e5c..75fa378e 100644 --- a/src/vision/roadmap/polish/sync_and_async.md +++ b/src/vision/roadmap/polish/sync_and_async.md @@ -13,5 +13,7 @@ unexpected should happen. | Milestone | Status | Key Participants | | --- | --- | --- | -| Define "behave the same" | 💤 | | -| Create testing to ensure same behavior | 💤 | | +| Define "behave the same" | 💤 | [yoshuawuyts] | +| Create testing to ensure same behavior | 💤 | [yoshuawuyts] | + +[yoshuawuyts]: https://github.com/yoshuawuyts