<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyubuns</author_name>
  <author_url>https://blog.hatena.ne.jp/kyubuns/</author_url>
  <blog_title>きゅぶろぐ</blog_title>
  <blog_url>https://blog.kyubuns.dev/</blog_url>
  <categories>
    <anon>Unity</anon>
    <anon>C#</anon>
    <anon>スニペット</anon>
  </categories>
  <description>async/awaitで、特定条件までawaitしつつも毎フレームこれを実行したい！みたいなめっちゃゲームでしか出てこなさそうなことをどう書くと綺麗に書けるか考えている。 とりあえず素直に書くならこう。 var cancellationTokenSource = new CancellationTokenSource(); await UniTask.WhenAny( UniTask.Delay(TimeSpan.FromSeconds(3), cancellationToken: cancellationTokenSource.Token), UniTask.Create(async () …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.kyubuns.dev%2Fentry%2F2021%2F03%2F29%2F215313&quot; title=&quot;特定条件までawaitしつつも毎フレームこれを実行したい！ - きゅぶろぐ&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-03-29 21:53:13</published>
  <title>特定条件までawaitしつつも毎フレームこれを実行したい！</title>
  <type>rich</type>
  <url>https://blog.kyubuns.dev/entry/2021/03/29/215313</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
