<?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 で Read-Write Lock パターンを実装。Read-Write Lockは、 スレッドが読んている間は、別のスレッドも読める スレッドが書いている間は、別のスレッドは読めない スレッドが読んている間は、別のスレッドは書けない スレッドが書いている間は、別のスレッドは書けない #!/usr/bin/perl use strict; use warnings; package Reader; use Coro; sub new { my ( $class, %args ) = @_; my %def…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fl1o0.hatenadiary.org%2Fentry%2F20110304%2F1299243524&quot; title=&quot; Coro で Read-Write Lock パターン - 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://images-fe.ssl-images-amazon.com/images/I/41R9eyP8jNL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-03-04 21:58:44</published>
  <title> Coro で Read-Write Lock パターン</title>
  <type>rich</type>
  <url>https://l1o0.hatenadiary.org/entry/20110304/1299243524</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
