I'm attempting to append the reversed strings to t...
# tornadofx
t
I'm attempting to append the reversed strings to the source while I'm sequencing it. I'll get a
ConcurrentModificationException
because I'm reading and modifying it at the same time.