On Donnerstag 19 Juni 2008, Sergey Plis wrote: > Now as I understand wake should be different for my task. It seems > linkTask needs to be different.
No, linkTask can stay as it is - it's just the task list it links to must be different. A task list is a double linked list, so the easiest think is the following: : isolate ( task -- ) dup linkTask ; This will "isolate" the task in so far that it only links to itself. -- Bernd Paysan "If you want it done right, you have to do it yourself" http://www.jwdt.com/~paysan/
signature.asc
Description: This is a digitally signed message part.
