[python-tulip] Ammoo: AMQP library for Python3.5+

2017-02-20 Thread Mathias Fröjdman
Dear asyncio crowd, here's finally the AMQP library I've been writing: * https://github.com/mwfrojdman/ammoo * https://ammoo.readthedocs.io/en/latest/ Python 3.5 and 3.6 only: The library uses async with and async for syntax heavily, and also the typing module. Version 0.2 is out now, and I'm

Re: [python-tulip] StreamWriter.drain cannot be called concurrently

2016-12-01 Thread Mathias Fröjdman
On Monday, June 15, 2015 at 10:49:28 PM UTC+3, Guido van Rossum wrote: > > Fair enough. I guess there is a real danger to overwhelm the socket? > Otherwise you don't even need the drain() call. But it looks like you are > basically logging as fast as you can, so the drain() seems important. >