07 October 2005 18:30
ASPN : Python Cookbook : Generator Based Concurrency, with Real Threads when Needed.
by robertoThis recipe uses NanoThreads. http://lgt.berlios.de/
It shows how simulated concurrency, (using generators as tasks), can be transparently combined with OS Level Python threads, as and when needed.
1
(1 marks)