aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/gen.erl
AgeCommit message (Collapse)Author
2010-05-10gen: Inline wait_resp_mon/2 to help the compiler optimizeBjörn Gustavsson
We are about to introduce a new optimization that requires the creation of a monitor and the following receive statement to be in the same function.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP