Info
Version: | 1.0.3 |
Author(s): | linys2333 |
Last Update: | Tuesday, November 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/linys2333/DelayQueue |
NuGet Url: | https://www.nuget.org/packages/DelayQueue.Net |
Install
Install-Package DelayQueue.Net
dotnet add package DelayQueue.Net
paket add DelayQueue.Net
DelayQueue.Net Download (Unzip the "nupkg" after downloading)
v1.0.2更新内容:
1、添加默认延时对象DelayItem。
v1.0.3更新内容:
1、优化入队出队的校验逻辑。.