Created
March 24, 2020 17:22
-
-
Save alexandreservian/1cd82a4762a05804477ef67e051f5c4d to your computer and use it in GitHub Desktop.
Criando um processo
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
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