<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cooldaemon</author_name>
  <author_url>https://blog.hatena.ne.jp/cooldaemon/</author_url>
  <blog_title>cooldaemonの備忘録</blog_title>
  <blog_url>https://cooldaemon.hatenadiary.org/</blog_url>
  <categories>
    <anon>erlang</anon>
  </categories>
  <description>Supervisor の停止を下記の通り書いていたら・・・ stop() -&gt; case whereis(?MODULE) of Pid when pid(Pid) -&gt; exit(Pid, shutdown), ok; _ -&gt; not_started end. Common Test で怒られてしまった。Application の stop は怒られないなーと思い source を追ってみたら exit(normal) してたので、下記のように書き換えてみた。 stop() -&gt; case whereis(?MODULE) of Pid when pid(Pid) -&gt; exit(Pid,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcooldaemon.hatenadiary.org%2Fentry%2F20080704%2F1215098414&quot; title=&quot;常駐したプロセスを停止する際は、exit(normal) を使った方が、お行儀が良い？ - cooldaemonの備忘録&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-07-04 00:20:14</published>
  <title>常駐したプロセスを停止する際は、exit(normal) を使った方が、お行儀が良い？</title>
  <type>rich</type>
  <url>https://cooldaemon.hatenadiary.org/entry/20080704/1215098414</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
