Advertisement

Stackless uthread.py obsolete?

Started by July 25, 2003 03:27 PM
-1 comments, last by thedustbustr 21 years, 3 months ago
I''ve decided to at least look into microthreads on stackless. It seems that in Stackless 2.2.2, uthreads (the module) is unsupported, and continuation (the builtin module) has been taken out of the distribution. I read a post on the Stackless mailing list saying that you should now use the stackless module (import stackless) instead of the uthreads module for microthreads. I have been able to find zippo, nada on using the stackless module. Am I correct; is uthreads gone? If so, does anyone have any links or example code using this module? Thanks, Dustin PS: I''m done spamming this forum now

This topic is closed to new replies.

Advertisement