Created
September 27, 2016 08:15
-
-
Save ahmetabdi/ef007035f116df80bc9c52e3fd07583b to your computer and use it in GitHub Desktop.
Spawn Elixir Process against all cores
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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