benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Async iterable for consuming messages instead of callback #82

Open purpleP opened 8 years ago

purpleP commented 8 years ago

HI, I think this would be a nice feature, because it would open all benefits of iterables in message processing code. It's basically what Scala's Akka and other stream libraries (rx I think is another example of this) are doing. By the way if you need any help maintaining I'll be glad to help.