Release Notes
January 20, 2023 ยท View on GitHub
IndividualLocks
3.0.3
Add "Usage" of each key.
3.0.2
Optimize the code.
3.0.1
ready for IndividualReadWriteLocks
3.0.0
Simplify the IndividualLocks, and removed dependency of AsyncLock, and use SemaphoreSlim instead. Notice: use "using" (instead of "lock") for all locking statements
2.2.0
Update ConcurrentDictionaryLazy to 1.2.0
2.1.0
Support Serializable Attribute.
2.0.3
Improve the logic of cleanup.
2.0.0
Use new library
1.0.2
Improve the logic of cleanup.
1.0.1
Start point.
IndividualReadWriteLocks
1.0.2
Add "Usage" of each key.
1.0.1
Optimize the code.
1.0.0
Start point.