A utility for read-write synchronizing by context. Useful for synchronizing collections that are not inherently thread-safe. Reference to Open.Threading.ReadWrite exposes extensions for ReaderWriterLockSlim. Part of the "Open" set of libraries.
$ dotnet add package Open.Threading.ReadWriteHelperA utility for read-write synchronizing by context.
Useful for synchronizing collections that are not inherently thread-safe.