Since List collection is immutable, does that mean...
# announcements
p
Since List collection is immutable, does that mean it is safe for concurrency use? Or would I encounter problems with a
var
List?