<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kgbu</author_name>
  <author_url>https://blog.hatena.ne.jp/kgbu/</author_url>
  <blog_title>kgbu's diary</blog_title>
  <blog_url>https://kgbu.hateblo.jp/</blog_url>
  <categories>
    <anon>Erlang</anon>
  </categories>
  <description>最初のバージョン（もちろん間違っている） -module(sched). -compile(export_all). start() -&gt; spawn(fun() -&gt; calender(self()) end). rpc(Pid, Request) -&gt; Pid ! {self(), Request}, receive {Pid, Response} -&gt; Response after 10000 -&gt; response_wait_timeout end. calender(Pid) -&gt; receive {Pid, {put, Until, Task}} -&gt; TaskPid = spaw…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkgbu.hateblo.jp%2Fentry%2F20080613%2F1213328041&quot; title=&quot;練習用コード。１つのプロセスで１件の予定を記憶する、すげーシンプルなリマインダ。 - kgbu&amp;#39;s diary&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>2008-06-13 12:34:01</published>
  <title>練習用コード。１つのプロセスで１件の予定を記憶する、すげーシンプルなリマインダ。</title>
  <type>rich</type>
  <url>https://kgbu.hateblo.jp/entry/20080613/1213328041</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
