Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/vision/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
3 changes: 2 additions & 1 deletion src/vision/roadmap/async_overloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [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/)
6 changes: 4 additions & 2 deletions src/vision/roadmap/polish/sync_and_async.md
Original file line number Diff line number Diff line change
Expand Up @@ -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