2 packages tagged with “concurrentlist”
Useful set of collections, and extensions for collections with thread-safe read-write access options. Part of the "Open" set of libraries.
Thread-safe collection types that fill gaps in the standard library. Includes ConcurrentList<T>, a thread-safe IList<T> implementation with indexed access, enumeration, and reader-writer lock semantics for efficient concurrent operations.