Can I add items in a Generic list or dictionary only in the unit initialization and then use it as read-only for multiple threads?
I read in a topic that TList<T>
is thread safe and in another topic that TDictionary<T>
is not. What would be the difference between the two?