[Stackless] threading.local analogue to tasklets

Arnar Birgisson arnarbi at gmail.com
Wed Jun 20 21:56:45 CEST 2007


Hi there,

Is there something out there analogous to threading.local but for
tasklets instead of threads?

I meant to port this [1] simple implementation but that means I would
have to assign properties to stackless.tasklet objects - which isn't
possible.

[1] http://www.cherrypy.org/browser/trunk/cherrypy/_cpthreadinglocal.py

Arnar

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



More information about the Stackless mailing list