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

Add Support unit tests for ConcurrentSet #1118

Open
1 task done
Tracked by #920
paulirwin opened this issue Jan 21, 2025 · 0 comments
Open
1 task done
Tracked by #920

Add Support unit tests for ConcurrentSet #1118

paulirwin opened this issue Jan 21, 2025 · 0 comments
Labels
is:task A chore to be done

Comments

@paulirwin
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Task description

From #920: This is a concurrent wrapper for any ISet<T>. It should pass the same tests as ConcurrentHashSet<T>. It is mainly used for wrapping LinkedHashSet<T>. If we had a ConcurrentLinkedHashSet<T> in J2N, we could eliminate this class.

@paulirwin paulirwin added the is:task A chore to be done label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:task A chore to be done
Projects
None yet
Development

No branches or pull requests

1 participant