Draft: py/st3m: make reactors run inside an asyncio event loop
Previously, st3m was completely synchronous Python code.
With the addition of aioble
, st3m now needs to be able to run inside an uasyncio
event loop.
The change is relatively small and makes it possible for user programs to use uasyncio
to e.g. toggle LEDs in the background, or maybe, run aioble
.