Andrea Amantini / Jul 10 2019
IElixir
IElixir Image
Download as Docker image from:
Copy
This image was imported from: pprzetacznik/ielixir
send self(), {:elixir, "Rocks!"} receive do {:elixir, msg} -> ["Elixir", msg] after 1_000 -> :ok end
["Elixir", "Rocks!"]