diag-client-lib
diag-client-lib copied to clipboard
Assign thread name to each spawned thread
Description:-
-
Currently diag-client-lib creates multiple thread during its lifetime. The main task of this story is give meaningful name to each of its threads when instantiating it.
-
Create a thread utility class which takes thread name from the user and create a thread with provided name.
-
Replace the std::thread with new thread class all over the component
@ItsAvi003: Please assign this story to urself