Skip to content

Releases: MarkCiliaVincenti/AsyncKeyedLock

6.3.0

14 Jan 10:43
Compare
Choose a tag to compare

Added a simple, non-keyed async lock through AsyncNonKeyedLocker.

6.2.6

01 Jan 14:28
Compare
Choose a tag to compare

Cleaning pooling and aggressively inlining locking methods.

6.2.5

30 Dec 10:43
Compare
Choose a tag to compare

Minor optimizations.

6.2.4

06 Dec 15:04
Compare
Choose a tag to compare

Allowed optional ConfigureAwaitOptions on .NET 8.0 or greater.

6.2.3

03 Dec 09:13
Compare
Choose a tag to compare

Allowed optional continueOnCapturedContext, defaulting to false. Contributed by @c0nd3v.

6.2.3-beta

02 Dec 16:38
Compare
Choose a tag to compare
6.2.3-beta Pre-release
Pre-release

Allowing optionally passing on continueOnCapturedContext. Contributed by c0nd3v

6.2.2

09 Oct 07:08
Compare
Choose a tag to compare

Fixed potential unnecessary slowdown.

6.2.1

10 Apr 07:23
Compare
Choose a tag to compare

Implemented IDisposable.

6.2.0

25 Feb 13:00
Compare
Choose a tag to compare

Created an alternate method for locking using striped locks. For a list of pros and cons of both techniques, please visit the wiki at https://github.com/MarkCiliaVincenti/AsyncKeyedLock/wiki

6.1.1

27 Jan 20:21
Compare
Choose a tag to compare
  • Enabled deterministic build allowing you to step into and debug the code.
  • Fixed an issue with PoolInitialFill being ignored.
  • Moved documentation to GitHub wiki.