sphinxy / DataStructures

Concurrent priority queue and skip list for .NET
MIT License
42 stars 22 forks source link

Fix ConcurrentPriorityQueue ToArray bug #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

EnterReadLock() was called twice via CopyTo() in ToArray() Call base.CopyTo() instead