mwfrojdman/aioinotify

Replace deprecated asyncio.async calls

Opened this issue · 0 comments

... with asyncio.ensure_future or loop.create_task. Do it in a backwards compatible way.

Used at least here:

self._worker = asyncio.async(self.run())