<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>letitride</author_name>
  <author_url>https://blog.hatena.ne.jp/letitride/</author_url>
  <blog_title>追憶行</blog_title>
  <blog_url>https://www.letitride.jp/</blog_url>
  <categories>
    <anon>テック</anon>
    <anon>テック-Go</anon>
  </categories>
  <description>Goroutines Goroutinesは軽量なスレッド。goと記述するだけで別スレッドで処理が実装される。 go f(x, y, z) Channels channelを使用してgoroutine間でデータの送受信を行える。 channelの生成 ch := make(chan int) channelの送受信 ch &lt;- v // v をチャネル ch へ送信する v := &lt;-ch // ch から受信した変数を v へ割り当てる 送受信の例。x, y := &lt;-c, &lt;-cでchannel cを2回受信するまで待つ。 func sum(c chan int) { c &lt;- 10 //…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.letitride.jp%2Fentry%2F2020%2F02%2F13%2F100540&quot; title=&quot;A Tour of Go - 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>2020-02-13 10:05:40</published>
  <title>A Tour of Go - Concurrency : 自分用リファレンスメモ</title>
  <type>rich</type>
  <url>https://www.letitride.jp/entry/2020/02/13/100540</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
