Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created September 27, 2016 08:15
Show Gist options
  • Save ahmetabdi/ef007035f116df80bc9c52e3fd07583b to your computer and use it in GitHub Desktop.
Save ahmetabdi/ef007035f116df80bc9c52e3fd07583b to your computer and use it in GitHub Desktop.
Spawn Elixir Process against all cores
spawn(fn -> IO.puts "hello from process" end)
for _ <- 1..10 do IO.puts "hello" end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment