Threads
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a simple way of deciding when threads are better than not having them at all if optimisation is the goal? Thanks all! Kindest regards, wilche
I have one rule, if the task may be long or asynchronous operation -> thread [yes] if short task -> thread [no] One good thing about getting older, you don't lose the ages you've been!