Search found 1 match

by photon-delight
Mon Oct 18, 2021 11:09 am
Forum: General Discussion and Questions
Topic: REPL prompt and uasyncio
Replies: 1
Views: 893

REPL prompt and uasyncio

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?