diff --git a/src/thread_back/ThreadBack.hpp b/src/thread_back/ThreadBack.hpp index 8bb4b55..3a4b641 100644 --- a/src/thread_back/ThreadBack.hpp +++ b/src/thread_back/ThreadBack.hpp @@ -58,7 +58,7 @@ // * should be not too many threads exist simultaneously // * so should not spend too long (wait till new req appears) // . mt_nFinishedThread_: -// . can reduce about half iterations with ~10 more LOC +// . can reduce about half iterations with 15 more LOC // . atomic is lightweight & fast than mutex // * since little benefit, decide rm it // ***********************************************************************************************