↳
In-reply-to
»
@lyse Ah, thanks for letting me know about the typo. 😅
⤋ Read More
Looks like there’s not a lot of fancy magical stuff:
- https://komh.github.io/os2books/progfaq/112_L2_Whatisthebestwaytoco.html
- https://komh.github.io/os2books/progfaq/111_L2_Whatisthebestwaytoco.html
There is, however, a DosKillThread()
function, which, as far as I know, does not exist on POSIX. 🤔 You can only send a signal to a POSIX thread and then it’ll hopefully end some day, right?
Killing threads is probably a bad idea, though. Who knows which state it’ll leave behind. It’s not like a process which will be properly cleaned up by the OS.
I think I’ll leave it as is. 🙂