REPL prompt and uasyncio

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
photon-delight
Posts: 1
Joined: Mon Oct 18, 2021 10:52 am

REPL prompt and uasyncio

Post by photon-delight » Mon Oct 18, 2021 11:09 am

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?

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: REPL prompt and uasyncio

Post by pythoncoder » Mon Oct 18, 2021 11:47 am

Not that I know of.
Peter Hinch
Index to my micropython libraries.

Post Reply