BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

Thread safety #51

Closed TeddyAlbina closed 3 years ago

TeddyAlbina commented 3 years ago

Hello,

Does the queues thread safe ?

Thanks

BlueRaja commented 3 years ago

As mentioned in the documentation, SimplePriorityQueue is thread-safe, the other implementations are not.