Is there any way to kill a specific child thread from the parent thread?
-
Hello All, I have an application that starts a thread to create a network connection over LTE. Unfortunately, the thread blocks and will not return the the connection. I've looked and I suspect I know the answer but is there a way to kill a specific child thread from the parent thread?