<br><br><div class="gmail_quote">On Tue, Apr 14, 2009 at 10:03 AM, Scott <span dir="ltr"><<a href="mailto:alcoholiday@gmail.com">alcoholiday@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Yep! <br>Look for spawn-task in the e-mail archive.<br>But basically -<br><br>> (spawn-task foo 'bar)<br>> (spawn-task (lambda () (draw-cube)) 'cube)<br>> (ls-tasks)<br>task: bar #<procedure:foo><br>


task: cube #<procedure><br>> (rm-task 'bar)<br><br>These "tasks" (they are currently just thunks... but I may get around to adding continuation support), will catch errors and keep TRYING to run until they are rm'd (they can rm themselves, which can be useful). Oh - and there are 'timed tasks' for doing things in the future... check out tasks.ss for deets.<div>

<div></div><div class="h5"><br>
<br><div class="gmail_quote">On Tue, Apr 14, 2009 at 8:59 AM, nik gaffney <span dir="ltr"><<a href="mailto:nik@fo.am" target="_blank">nik@fo.am</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


hi all,.<br>
<br>
i remember some relatively recent discussion about either including (or<br>
avoiding) frame hooks or timer functions as an alternate way of running<br>
a handler for multiple functions from every-frame,<br>
<br>
was this resolved either way? is there currently a standard way to run<br>
multiple functions each frame, or at a regular interval?<br>
<font color="#888888"><br>
nik<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>