in particular if a client iterates over `list` and...
# announcements
m
in particular if a client iterates over
list
and that list is changed during the iteration, the changed version will be visible. so if you are writing thread safe code you need to do it in a different way