_thread.interrupt_main()

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
NameOfTheRose
Posts: 7
Joined: Tue Jun 29, 2021 7:12 am

_thread.interrupt_main()

Post by NameOfTheRose » Tue Jun 29, 2021 7:27 am

Are there plans to implement the _thread.interrupt_main() as described in _thread — Low-level threading API?
My idea is to use that feature to implement a time out on blocking code.
Thank you.

Post Reply