Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

when available, use ensure_future() instead of asyncio.async() #84

Closed mmariani closed 8 years ago

mmariani commented 8 years ago

asyncio.async() is deprecated since 3.4.4

mmariani commented 8 years ago

ok, moved to compat.py. thanks