Join Slack
Powered by
Is there a good way to avoid `ConcurrentModificati...
# getting-started
w
wfisher
02/24/2017, 7:09 PM
Is there a good way to avoid `ConcurrentModificationException`'s? I get them a lot because simple things like
myList.filter { ... }
will generate an iterator which is not thread-safe.
Open in Slack
Previous
Next