Replace deprecated asyncio.async calls
Opened this issue · 0 comments
mwfrojdman commented
... with asyncio.ensure_future or loop.create_task. Do it in a backwards compatible way.
Used at least here:
aioinotify/aioinotify/protocol.py
Line 54 in 6653df1