You can’t just plug and play it. As soon as you introduce async you need to have the runtime loop and so on. Basically the whole architecture needs to be redesigned
replies(2):
For any new app that is mostly IO constraint I'd still encourage the use of asyncio from the beginning.