I have an architecture where worker tasklets are repeatedly creating other
worker tasklets when traversing a tree structure. I want a special tasklet
to be runnable while the set of worker tasklets is not empty. Is there a way
to do this using some feature of stackless without having to explicitly keep
track of how many runnable worker tasklets exist at any given time? For
example, I'm trying to avoid keeping a global counter somewhere and
observing that counter in the special tasklet every time it regains control.
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to