Stopping/killing threads

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
quax
Posts: 3
Joined: Sat Jun 22, 2019 6:45 am

Stopping/killing threads

Post by quax » Sat Jun 22, 2019 6:50 am

Is there a way to stop threads? I found this: https://github.com/loboris/MicroPython_ ... odthread.c
But stop() method is not available in the current micropython project.

Post Reply