<br><br><div class="gmail_quote">On Wed, Apr 30, 2008 at 3:27 PM, Matthew Dempsky <<a href="mailto:matthew@dempsky.org">matthew@dempsky.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2008/4/30 Jarrod Roberson <<a href="mailto:jarrod@vertigrated.com">jarrod@vertigrated.com</a>>:<br>
<div class="Ih2E3d">> I have also tried spawn(?MODULE, loop, []) and I get a warning that loop/0<br>
> is unused.<br>
<br>
</div>You need to add loop/0 to -export.<br>
</blockquote></div><br>thanks that stopped the warning, and it actually works!<br>I thought the idea of that example is to _hide_ the loop/0 method since it is an implementation detail<br>now that there is a start/0 function?<br>
I guess my question to the group is; is there anyway to get this to work without having to -export loop/0?<br>