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
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.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Task description
From #920: This is a concurrent wrapper for any
ISet<T>
. It should pass the same tests asConcurrentHashSet<T>
. It is mainly used for wrappingLinkedHashSet<T>
. If we had aConcurrentLinkedHashSet<T>
in J2N, we could eliminate this class.The text was updated successfully, but these errors were encountered: