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: | Tuesday, January 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/noamyogev84/ConcurrentPriorityQueue |
NuGet Url: | https://www.nuget.org/packages/ConcurrentPriorityQueue |
Install
Install-Package ConcurrentPriorityQueue
dotnet add package ConcurrentPriorityQueue
paket add ConcurrentPriorityQueue
ConcurrentPriorityQueue Download (Unzip the "nupkg" after downloading)
Dependencies
- CSharpFunctionalExtensions(>= 1.18.2)
Tags