[Stackless] unexpected tasklet & channel behaviour

Christian Tismer tismer at stackless.com
Wed Nov 1 09:08:34 CET 2006


Richard Tew wrote:
...

> Yes.  This is something that confused me too.  Doing tasklet.run
> does not just run that tasklet.  It runs that tasklet and then all the
> other scheduled tasklets after it the chain are run next, then it
> exits.

tasklet.run just re-inserts a tasklet and makes it the
next tasklet to be run.
I think you are referring to stackless.run, which in fact
does nothing than scheduling until all tasklets are exhausted.

ciao - chris
-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
tismerysoft GmbH             :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9A     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 802 86 56  mobile +49 173 24 18 776  fax +49 30 80 90 57 05
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list