Closed wenxi-zeng closed 1 year ago
attempt to address issue mentioned in #61 caused by concurrent access of collection (dictionary and list)
Dictionary
ConcurrentDictionary
List
ConcurrentList
attempt to address issue mentioned in #61 caused by concurrent access of collection (dictionary and list)
Dictionary
withConcurrentDictionary
List
withConcurrentList
ConcurrentList
to be thread safe on read.