<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takuya_1st</author_name>
  <author_url>https://blog.hatena.ne.jp/takuya_1st/</author_url>
  <blog_title>それマグで！</blog_title>
  <blog_url>https://takuya-1st.hatenablog.jp/</blog_url>
  <categories>
    <anon>ruby</anon>
    <anon>マルチスレッド</anon>
  </categories>
  <description>Rubyで結城浩せんせいのJavaマルチスレッド本 その１３ # thread specific storage スレッド毎の領域 スレッド毎に排他的なストレージ領域。スレッドはそれを使ってるのを知らない。 rubyで実装 Logを書くだけのモノ #!/usr/bin/env ruby # ThreadSpecific Storage class TSLog def initialize fname @file = open fname, &quot;w&quot; end def println s @file.puts s end def close @file.puts &quot;==== END OF LOG =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F20101124%2F1290572709&quot; title=&quot;Rubyでマルチスレッド 13 #thread specific Storage  - それマグで！&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>2010-11-24 13:25:09</published>
  <title>Rubyでマルチスレッド 13 #thread specific Storage </title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/20101124/1290572709</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
