Skip to content

Instantly share code, notes, and snippets.

@alexandreservian
Created March 24, 2020 17:22
Show Gist options
  • Save alexandreservian/1cd82a4762a05804477ef67e051f5c4d to your computer and use it in GitHub Desktop.
Save alexandreservian/1cd82a4762a05804477ef67e051f5c4d to your computer and use it in GitHub Desktop.
Criando um processo
iex> pid = spawn fn -> 5 + 5 end
iex> Process.alive? pid
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment