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

WO-003: Shared Library - Safe List #8

Open
1 of 6 tasks
tomasanchez opened this issue Mar 21, 2022 · 0 comments
Open
1 of 6 tasks

WO-003: Shared Library - Safe List #8

tomasanchez opened this issue Mar 21, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@tomasanchez
Copy link
Owner

User Story

AS a Developer
I WANT to have thread safe list
FOR avoiding race condition.

Acceptance criteria:

  • Commons t_list should be implemented in a new safe_list_t
  • All t_list methods should be called with a mutual exclusion technique.
  • All methods should be documented
  • Logic must be placed in lib/src/util/list/ & Declarations in lib/inc/util/list/
  • All test must pass.
  • Lib should compile without warnings.
@tomasanchez tomasanchez added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants