The concept is a neat addition toa growing list of python non-traditional concurrency options: Stackless, py.greenlet/eventlet, kamaelia, fibra, and twisted's defer.inlineCallbacks offer similar featuers.<p>Of that list, Concurrence is most like fibra and kamaelia, which also use python 2.5+ generators to achieve microthread concurrency.