Page 1 of 1

REPL prompt and uasyncio

Posted: Mon Oct 18, 2021 11:09 am
by photon-delight
Hi all,

As soon as I run asyncio.run(main()), I loose the REPL prompt until main() completes, which I guess is understandable in most cases. Is there a way to return to REPL prompt while asyncio is doing its thing?

Re: REPL prompt and uasyncio

Posted: Mon Oct 18, 2021 11:47 am
by pythoncoder
Not that I know of.