For a while now, we've relied on chronos to deliver async/await capabilities to our little world of peer-to-peer applications - it is stable, secure and in active development.
On top of chronos, we build various libraries and components, and some of these may want to support both chronos, asyncdispatch and future async libraries, should demand arise for more.
I'm happy to see that https://github.com/nim-lang/Nim/pull/18700/ has been merged providing two "standard" ways of adding this support - either side-by-side or application-wide:
Happy coding and thanks to yglukhov for suggesting it ;)