Implements a custom ConcurrentHashSet
for Scala Native to fix NPE issues with ConcurrentHashMap
during high concurrency scenarios.
ConcurrentHashSet
implementation using array-based buckets with per-bucket locksPlatformSpecific
to use the new implementation for Scala NativeWeakConcurrentBag
to handle synchronized collections properlyFixes #9681 /claim #9681
Tejas Ghatule
@CodeMaverick2
ZIO
@ZIO