<div dir="ltr">There you go ^^_<div><br></div><div>Thanks,</div><div>r.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 1, 2015 at 4:37 PM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It's to inform Dialyzer that yes, we really do want to ignore the returned value. Should have no impact on execution otherwise.<div><div class="h5"><br>
<br>
On 02/01/2015 04:12 PM, Roberto Ostinelli wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Dear list,<br>
I was going through cowboy's code and I keep on seeing patterns such as<br>
this:<br>
<br>
_ = cowboy_req:reply(Status, Req),   [1]<br>
<br>
or this one:<br>
<br>
_ = case TRef of<br>
undefined -> ignore;<br>
TRef -> erlang:cancel_timer(TRef)<br>
end,  [2]<br>
<br>
All of these are done when we're there's no tail recursion. So now I'm<br>
curious: what is the purpose of explicitly assigning an anonymous<br>
variable to these expressions? Is this some kind of memory optimisation<br>
I'm just now aware of?<br>
<br>
Best,<br>
r.<br>
<br>
<br>
[1]<br>
<a href="https://github.com/ninenines/cowboy/blob/1.0.1/src/cowboy_protocol.erl#L504" target="_blank">https://github.com/ninenines/<u></u>cowboy/blob/1.0.1/src/cowboy_<u></u>protocol.erl#L504</a><br>
[2]<br>
<a href="https://github.com/ninenines/cowboy/blob/1.0.1/src/cowboy_handler.erl#L274" target="_blank">https://github.com/ninenines/<u></u>cowboy/blob/1.0.1/src/cowboy_<u></u>handler.erl#L274</a><br>
<br>
<br>
<br>
<br></div></div><span class="">
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
<br>
</span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Loïc Hoguin<br>
<a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>
</font></span></blockquote></div><br></div>