Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign thread name to each spawned thread #31

Open
Iandiehard opened this issue Sep 22, 2023 · 1 comment
Open

Assign thread name to each spawned thread #31

Iandiehard opened this issue Sep 22, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Iandiehard
Copy link
Owner

Iandiehard commented Sep 22, 2023

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 Iandiehard added enhancement New feature or request good first issue Good for newcomers labels Sep 22, 2023
@Iandiehard Iandiehard changed the title Assign proper name to each spawned thread Assign thread name to each spawned thread Mar 3, 2024
@Iandiehard
Copy link
Owner Author

@ItsAvi003: Please assign this story to urself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant