Remove other process killing example
The narrative no longer reads consistently... Just 🔪 it
This commit is contained in:
@@ -21,13 +21,6 @@ defmodule Processes do
|
||||
assert Process.alive?(pid) == ___
|
||||
end
|
||||
|
||||
koan "However, trying to exit normally has no effect" do
|
||||
pid = spawn(fn -> receive do end end)
|
||||
Process.exit(pid, :normal)
|
||||
|
||||
assert Process.alive?(pid) == ___
|
||||
end
|
||||
|
||||
koan "Processes can send and receive messages" do
|
||||
send self, "hola!"
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ defmodule ProcessesTests do
|
||||
:running,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
"hola!",
|
||||
{:multiple, ["hola!", "como se llama?"]},
|
||||
:how_are_you?,
|
||||
|
||||
Reference in New Issue
Block a user