Tagged Questions
0
votes
1answer
44 views
Pause one thread from other in python
I was looking how to do a multithread (2 threads) in python.
I want one of them is reading the serial port constantly. reading every frame and saving them to a database. I already have done a script ...
0
votes
1answer
106 views
Pausing Music in JFugue
I am working on a program that plays music in the background via multithreading, because the GUI freezes up otherwise. I have a basic knowledge of multithreading (volatile, synchronizing, etc.) but I ...
0
votes
1answer
341 views
android thread pause /resume not responding after home button pressed
I am making my first android game and I have a problem with my game thread. The thing is that when I pause it and press back or home button, I get an error. "the activity (in my app game) is not ...