Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
5 packages returned for Tags:"readerwriterlock"
Sort by
Relevance
Downloads
Recently updated
Open.
Threading
by:
electricessence
163,815 total downloads
last updated
8/8/2022
Latest version:
2.2.1
collections
extensions
threadsafe
thread-safe
readwrite
read-write
readerwriterlock
readerwriterlockslim
Useful set of extensions and classes for simplifying and optimizing thread safe operations and synchronization. Part of the "Open" set of libraries.
Open.
Threading.
ReadWrite
by:
electricessence
169,425 total downloads
last updated
3/24/2022
Latest version:
2.0.3
collections
extensions
threadsafe
thread
safe
thread
safety
readwrite
read
write
More tags
Useful set of extensions and classes for simplifying and optimizing read-write synchronization. Part of the "Open" set of libraries.
VanLangen.
Locking.
ReadersWriterLockAsync
by:
jvanlangen
19,601 total downloads
last updated
12/11/2020
Latest version:
1.0.11
VanLangen
ReadersWriterLockAsync
ReaderWriterLockAsync
Async
ReadersWriterLock
ReaderWriterLock
ReaderWriter
ReadersWriter
lock
Locking
ReadersWriterLockAsync solves the thread affinity problem for using multiple readers and a single writer lock using async code. It also resumes awaits on the SynchronizationContext where it was started. For...
More information
Open.
Threading.
ReadWriteHelper
by:
electricessence
24,437 total downloads
last updated
4/20/2022
Latest version:
2.1.0
collections
extensions
threadsafe
thread
safe
thread
safety
readwrite
read
write
More tags
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...
More information
Singulink.
Threading.
ReadWriteGuard
by:
Singulink
929 total downloads
last updated
11/25/2020
Latest version:
1.0.0
Lock
Synchronization
ReaderWriterLockSlim
ReaderWriterLock
Disposable guards for ReaderWriterLockSlim that simplify entering and reliably exiting locks.