Skip to content

Releases: borland/SerialQueue

v2.1.0

18 Feb 07:05
Compare
Choose a tag to compare
  • Can now await the queue itself
  • Can assign friendly names for queues
  • Can query the current queue with SerialQueue.Current

v2.0.0

09 Feb 07:26
Compare
Choose a tag to compare

Updated for netstandard2.0 - The Nuget package also contains a net462 version for those on the desktop framework.

Internally the code has been updated for C# 8 with null safety, etc, and the SerialQueue now also supports being used as a SynchronizationContext, so it will be captured by async/await.

Initial Public Release

24 Aug 19:45
Compare
Choose a tag to compare

This is the first initial public release of my SerialQueue implementation.
It was originally created as part of a presentation at Microsoft Ignite NZ 2015, but spawned into it's own thing. It has been used on some reasonably complex codebases during development, and hopefully most of the bugs have been ironed out