Skip to content

Releases: MarkCiliaVincenti/AsyncKeyedLock

5.0.3

26 Nov 17:13
Compare
Choose a tag to compare

Minor performance enhancements.

5.0.1

19 Nov 09:04
Compare
Choose a tag to compare

Performance improvements and allowing for object pooling.

4.0.2

13 Nov 16:30
Compare
Choose a tag to compare

Performance improvements and also allowing for concurrency level, capacity and an IEqualityComparer to be used.

3.2.3

26 Oct 13:07
Compare
Choose a tag to compare

Fixes CancellationToken issues and adding TryLockAsync methods.

3.2.1

23 Oct 15:53
Compare
Choose a tag to compare

Exposing objects. Follows up on major performance improvements.

3.2.0

23 Oct 14:25
Compare
Choose a tag to compare

Optimisations, generics constructor and new overloaded methods for Lock / LockAsync

3.0.1

18 Oct 09:38
Compare
Choose a tag to compare

ForceRelease now releases everything in the semaphore before removing the key from the dictionary.

3.0.0

16 Oct 07:51
Compare
Choose a tag to compare

Fixed serious issue with concurrent threads having been limited to 1 irrespective of setting in the constructor. Also added a few features and tests.

2.0.3

29 Jun 08:49
Compare
Choose a tag to compare

Enabled trimming.

2.0.2

13 Mar 10:31
Compare
Choose a tag to compare

Updated documentation.