AsyncGen
AsyncGen is a Python library that helps with writing parallel programs. It's based on pprocess and makes use of Python generators for communicating between jobs. For more information see the blog posts.
AsyncGen is usable right now, with comprehensive unit tests. You can download it (see license). If you want to follow development there's a public git repository (run git clone http://grep.ro/git/asyncgen.git/).
