Просмотр исходного кода

pf:gen_*不能call自己

master
SisMaker 3 лет назад
Родитель
Сommit
f11e13b28e
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/gen_call.erl

+ 1
- 1
src/gen_call.erl Просмотреть файл

@ -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} ->

Загрузка…
Отмена
Сохранить