<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takamizawa46</author_name>
  <author_url>https://blog.hatena.ne.jp/takamizawa46/</author_url>
  <blog_title>やわらかテック</blog_title>
  <blog_url>https://www.okb-shelf.work/</blog_url>
  <categories>
    <anon>Elixir</anon>
  </categories>
  <description>Taskとは Elixirでプロセスを作成する方法はいろいろあります 以前はelixirで並列処理を使ってファイルを同時に開き特定の文字を検索するで 並列処理をやりましたが、その時は spawn(module, :func, [argument) こんな感じでspawnメゾットを使ってプロセスを生成した defmodule Sample do def hello do IO.puts(&quot;hello world&quot;) end end pid = spawn(Sample, :hello, []) #なにかしらのプロセス値が表示される iex&gt; pid #PID&lt;0.1873.0&gt; #現在のプロセス…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.okb-shelf.work%2Fentry%2Felixir_task_sample&quot; title=&quot;【サンプルコード有り】ElixirでTaskを使った簡単な並行処理の実装方法 - やわらかテック&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>https://cdn-ak.f.st-hatena.com/images/fotolife/t/takamizawa46/20210828/20210828085458.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-04-29 00:49:12</published>
  <title>【サンプルコード有り】ElixirでTaskを使った簡単な並行処理の実装方法</title>
  <type>rich</type>
  <url>https://www.okb-shelf.work/entry/elixir_task_sample</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
