digitalsputnik / ApolloFirmware

Micropython software for the Apollo lamps
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Asyncio Implementation Changes #42

Open MJoosep opened 2 years ago

MJoosep commented 2 years ago

Current implementation of async loops is slow due to task creation on each loop. Tasks should be created once and ran continuously until stop is called.