<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>morning_reading</author_name>
  <author_url>https://blog.hatena.ne.jp/morning_reading/</author_url>
  <blog_title>毎朝30分読書会</blog_title>
  <blog_url>https://morning-reading.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>協調動作 スレッドとジェネレータ ジェネレータは yield 文を含む関数。呼び出すとジェネレータが返る yield したらそこで処理が中断される。yield に渡した値がジェネレータの resume から取得できる ジェネレータは resume で再開できる 最初に走りはじめるのにも resume が必要 ということは yield の有無は静的に解釈されているので、実際には一度も yield を呼ばないものでもジェネレータになる function g() { if ( false ) { yield 42; } } local val = g(); // =&gt; ジェネレータが返る print…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmorning-reading.hatenadiary.org%2Fentry%2F20121228%2Fp1&quot; title=&quot;はじめる! Squirrel 第8章 高度な話題 その2 - 毎朝30分読書会&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>2012-12-28 00:00:00</published>
  <title>はじめる! Squirrel 第8章 高度な話題 その2</title>
  <type>rich</type>
  <url>https://morning-reading.hatenadiary.org/entry/20121228/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
