<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>CreatioVitae</author_name>
  <author_url>https://blog.hatena.ne.jp/CreatioVitae/</author_url>
  <blog_title>Vitae’s Post</blog_title>
  <blog_url>https://creatiovitae.hatenadiary.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>async / await</anon>
  </categories>
  <description>using async / await Part1 TL;DR 非同期メソッド、実は必ずしも非同期じゃない。 =&gt;1個目のawaitより手前まではただの同期実行。（並列実行は苦手なので、注意が必要。） =&gt;完了済みタスクをawaitしてもコストは低い。（コールバック展開しないから。） async voidは使わない =&gt;無用なバグを積み込む原因になる。単体テスト実施時に検知できる可能性が１００％にならないため、そもそも書いてはいけない。 =&gt;戻り値取れない、例外受け取れない。言わばイベントハンドラのasync化のためだけに用意されたものなので、関わらないようにすること。async voidでは…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcreatiovitae.hatenadiary.com%2Fentry%2F2021%2F01%2F06%2F000618&quot; title=&quot;async / await Part1（まとめと復習） - Vitae’s Post&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-01-06 00:06:18</published>
  <title>async / await Part1（まとめと復習）</title>
  <type>rich</type>
  <url>https://creatiovitae.hatenadiary.com/entry/2021/01/06/000618</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
