Skip to content

only synchronize methods (not for loop iterations)

aguestuser requested to merge only-syncrhonize-methods into master
  • not sure that was good
  • point of synchronize blocks is to avoid lists being altered while changed. so lets synchronize at the level of the list not its items

Merge request reports