|
@ -45,7 +45,7 @@ do_call(Process, Label, Request, Timeout) -> |
|
|
Process -> |
|
|
Process -> |
|
|
exit(calling_self); |
|
|
exit(calling_self); |
|
|
_ -> |
|
|
_ -> |
|
|
Process ! {Label, {self(), Mref}, Request}, |
|
|
|
|
|
|
|
|
Process ! {Label, {self(), Mref}, Request} |
|
|
end, |
|
|
end, |
|
|
receive |
|
|
receive |
|
|
{Mref, Reply} -> |
|
|
{Mref, Reply} -> |
|
|