Page 1 of 1

_thread.interrupt_main()

Posted: Tue Jun 29, 2021 7:27 am
by NameOfTheRose
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.