Threading (Join and Detach)Wow, thank you for this very good help :) I don't understand this 3 ways, but i will read more about...
Threading (Join and Detach)Ah ok, and the worker is an endless loop, so sh** :D, now i understand it. An other way is to chang...
Threading (Join and Detach)Sry, i wrote it a bit to missunderstandable, i mean it like this: [code] class Client { ... thr...
Threading (Join and Detach)1. Yes, i am using the std::thread. I want, that the client_thread waits but not until the other is...
Threading (Join and Detach)Hello out there, i program a multiclient instant messager server to improve my knowledge in using s...