[Fluxus] spawning a task from a task

gabor papp gabor.lists at mndl.hu
Sat Aug 14 04:57:39 PDT 2010


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