A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
Info
Version: | 3.0.0 |
Author(s): | Noam Yogev |
Last Update: | Saturday, January 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/noamyogev84/ConcurrentPriorityQueue |
NuGet Url: | https://www.nuget.org/packages/PriorityConcurrentQueue |
Install
Install-Package PriorityConcurrentQueue
dotnet add package PriorityConcurrentQueue
paket add PriorityConcurrentQueue
PriorityConcurrentQueue Download (Unzip the "nupkg" after downloading)
Dependencies
- CSharpFunctionalExtensions(>= 1.18.2)
Tags