<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>l1o0</author_name>
  <author_url>https://blog.hatena.ne.jp/l1o0/</author_url>
  <blog_title>l1o0の日記</blog_title>
  <blog_url>https://l1o0.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
    <anon>Design Pattern</anon>
    <anon>Coro</anon>
  </categories>
  <description>増補改訂版 Java言語で学ぶデザインパターン入門 マルチスレッド編 を参考に Coro で Future パターンを実装。Future パターンは別スレッドに仕事を投げて、戻りにID (引き換え券)を貰う。あとで引き換え券を渡して結果を確認する。 #!/usr/bin/perl use strict; use warnings; package Host; use Coro; sub new { my ( $class, %args ) = @_; bless bless \%args, $class; } sub request { my $self = shift; my @args =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fl1o0.hatenadiary.org%2Fentry%2F20110410%2F1302444039&quot; title=&quot; Coro で Future パターン - l1o0の日記&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>https://cdn-ak.f.st-hatena.com/images/fotolife/l/l1o0/20110413/20110413195817.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-04-10 23:00:39</published>
  <title> Coro で Future パターン</title>
  <type>rich</type>
  <url>https://l1o0.hatenadiary.org/entry/20110410/1302444039</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
