Currently, the generators functions use yield, which is not thread-safe. PWB should offer a thread-safe version using one of the many interesting suggestions from http://www.dabeaz.com/generators/Generators.pdf , http://anandology.com/blog/using-iterators-and-generators/ , etc
Version: core-(2.0)
Severity: enhancement