diag-client-lib icon indicating copy to clipboard operation
diag-client-lib copied to clipboard

Assign thread name to each spawned thread

Open Iandiehard opened this issue 9 months ago • 1 comments

Description:-

  1. 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.

  2. Create a thread utility class which takes thread name from the user and create a thread with provided name.

  3. Replace the std::thread with new thread class all over the component

Iandiehard avatar Sep 22 '23 06:09 Iandiehard