Hi, 2014-03-06 22:40 GMT+01:00 Luca Sbardella <[email protected]>: > I've just released pulsar 0.8. > Pulsar is an asynchronous library for server side applications. > This new version is built on top of asyncio/tulip/trollius and works for > python 2.7, 3.3, 3.4 & pypy.
Oh cool, you support both Tulip and Trollius! I see that you have a customized Task which "handles both ``yield`` and ``yield from`` ": https://github.com/quantmind/pulsar/blob/master/pulsar/async/futures.py#L404 I mentioned Pulsar in Tulip and Trollius websites: http://code.google.com/p/tulip/wiki/ThirdParty http://trollius.readthedocs.org/#write-code-working-on-trollius-and-tulip Victor
