[Fluxus] spawning a task from a task

David Griffiths dave at pawfal.org
Sat Aug 14 06:35:58 PDT 2010


Hi Gabor,

I noticed this recently too (looking at getting temporal recursion
working similar to impromptu).

I think its just because the tasks list gets cleared after the tasks are
run. I'll have a look into it in a bit...

cheers,

dave

On Sat, 2010-08-14 at 13:57 +0200, gabor papp wrote:
> hi,
> 
> is it possible to spawn a timed task from another task?
> this does not seem to work:
> 
> (spawn-timed-task (+ (time-now) 1)
>    (lambda ()
>      (display "hello1!")(newline)
>      (spawn-timed-task (+ (time-now) 1)
>        (lambda ()
>          (display "hello2!")(newline)))))
> 
> it only displays "hello1!".
> 
> best,
> gabor





More information about the Fluxus mailing list