[Solved] does returning from a thread release the resources? [closed]
the problem is that when i put a new task in the queue the thread does not begin to pop from the queue Because it is terminated. If the thread is terminated when you push items, you must create a new one. Terminated means “done, from the OS point of view”. It will not restart. … Read more