This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eGbh
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
pf:gen_*不能call自己
master
SisMaker
3 years ago
parent
896ed450c6
commit
f11e13b28e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/gen_call.erl
+ 1
- 1
src/gen_call.erl
View File
@ -45,7 +45,7 @@ do_call(Process, Label, Request, Timeout) ->
Process
-
>
exit
(
calling_self
)
;
_
-
>
Process
!
{
Label
,
{
self
(
)
,
Mref
}
,
Request
}
,
Process
!
{
Label
,
{
self
(
)
,
Mref
}
,
Request
}
end
,
receive
{
Mref
,
Reply
}
-
>
Write
Preview
Loading…
Cancel
Save