Releases: borland/SerialQueue
Releases · borland/SerialQueue
v2.1.0
v2.0.0
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
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