<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ngsw_taro</author_name>
  <author_url>https://blog.hatena.ne.jp/ngsw_taro/</author_url>
  <blog_title>算譜王におれはなる!!!!</blog_title>
  <blog_url>https://taro.hatenablog.jp/</blog_url>
  <categories>
    <anon>Kotlin</anon>
    <anon>プログラミング</anon>
    <anon>メモ</anon>
  </categories>
  <description>スレッドを生成する Javaの標準ライブラリを使えばこんな感じ。 fun main(args: Array&lt;String&gt;) { Thread(object: Runnable { override fun run() { println(&quot;Done.&quot;) } }).start() } 実は、1つの抽象メソッドを持つインタフェースのインスタンスはより簡単に書ける*1。 fun main(args: Array&lt;String&gt;) { Thread { println(&quot;Done.&quot;) }.start() } これでも十分簡単なんだけど、Kotlin標準ライブラリ(kotlin.concurren…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftaro.hatenablog.jp%2Fentry%2F2013%2F08%2F01%2F223323&quot; title=&quot;KotlinのConcurrencyライブラリを使う - 算譜王におれはなる!!!!&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>2013-08-01 22:33:23</published>
  <title>KotlinのConcurrencyライブラリを使う</title>
  <type>rich</type>
  <url>https://taro.hatenablog.jp/entry/2013/08/01/223323</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
