--- lang: ja-jp breaks: true --- # C# `async`/`await` と `Task.Wait()` の違い 2021-11-20 > An other world awaits you from 信之 岩永 > https://www.slideshare.net/ufcpp/an-other-world-awaits-you#8 > ![](https://i.imgur.com/UducZf7.png) > ![](https://i.imgur.com/lfESda9.png) https://www.slideshare.net/ufcpp/an-other-world-awaits-you#32 ![](https://i.imgur.com/acEefFg.png) https://www.slideshare.net/ufcpp/an-other-world-awaits-you#33 ![](https://i.imgur.com/DN7QNKu.png) ## async/await のしくみ > https://youtu.be/sT5kwDEb3xY > {%youtube sT5kwDEb3xY %} ![](https://i.imgur.com/n48hAqo.png) aa ![](https://i.imgur.com/EAUtyGD.png) ![](https://i.imgur.com/5PnkQLo.png) ![](https://i.imgur.com/36iC7nc.png) ![](https://i.imgur.com/vuOEiVu.png) ![](https://i.imgur.com/0LonA1A.png) ![](https://i.imgur.com/HNwzirB.png) ![](https://i.imgur.com/KN0ld2X.png) ![](https://i.imgur.com/vk4wsLG.png) ![](https://i.imgur.com/Xy3uyhC.png) ![](https://i.imgur.com/XNI6g5O.png) ![](https://i.imgur.com/GLWjYHL.png) ![](https://i.imgur.com/XHWYV0U.png) ![](https://i.imgur.com/bAiRohG.png) ![](https://i.imgur.com/XNgcq3S.png) ![](https://i.imgur.com/8IUmucF.png) ![](https://i.imgur.com/Qrm0lAv.png) ![](https://i.imgur.com/C8wrUmN.png) ###### tags: `C#` `async` `await` `Task.Wait()` `SynchronizationContext`