You can use this page to email Sharil Tumin about Workers-Framework: A simpler way to MultiTask in MicroPython.
Please include an email address so the author can respond to your query
This message will be sent to Sharil Tumin
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
I discovered an easier way to multitask on micro-controllers by using the high-level language MicroPython.
The concept is to run all of the tasks defined in a program on multiple workers at the same time. It’s less complicated than using _thread or asyncio.