You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: