Skip to content

2.0 ReaderWriterLockSlim Extensions & More

Latest
Compare
Choose a tag to compare
@electricessence electricessence released this 22 Mar 02:35
· 17 commits to master since this release
6709ec9

This release is a revamp of the original to follow modern API standards.
It refines any processes that existed to be best practice and highest possible performance.
It also provides an interface (IReadWriteLockingHandler) for defining other read-write locking mechanisms that could facilitate a fluent API for contextual locking.

See the README.md and code docs for more info.