Updownquark / ObServe

Powerful observable application utilities
MIT License
1 stars 2 forks source link

Make ObservableHashSet thread-safe #8

Closed Updownquark closed 6 years ago

Updownquark commented 7 years ago

All the transactions are locked correctly, but an iterator can still throw a ConcurrentModificationException if the set is modified between calls to hasNext() or next().

Updownquark commented 6 years ago

This is OBE. All is rewritten and there are no known thread-safety issues in any of the observable collections.