DotNext.Threading 0.11.0
Asynchronous locks and .NET threading extensions
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>DotNext.Threading</id>
<version>0.11.0</version>
<authors>Roman Sakno</authors>
<owners>Roman Sakno</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://sakno.github.io/dotNext/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/sakno/dotNext/develop/logo.png</iconUrl>
<description>Asynchronous locks and .NET threading extensions</description>
<releaseNotes>AsyncManualResetEvent now supports automatic reset of its state through overloaded Set method
AsyncLock overloads TryAcquire method with CancellationToken parameter that never throws even if cancellation is requested
CancellationToken and WaitHandle can be converted into Task to await cancellation in asynchronous methods
AsyncTimer is introduced as asynchronous version of System.Threading.Timer</releaseNotes>
<copyright>Copyright © Roman Sakno 2019</copyright>
<tags>async lock objectpool</tags>
<repository type="git" url="https://github.com/sakno/dotNext.git" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="DotNext" version="0.11.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>