Removed a mistake in code

This commit is contained in:
2019-07-11 09:49:00 +03:00
parent e8c9e682ed
commit 5cb4b3a512
@@ -13,7 +13,7 @@ namespace SystemExtensions.Threading
/// Features both an automated algorithm to calibrate the number of active threads and a Constructor for constructing
/// a threadpool manually, without the auto-managed pool algorithm.
/// </summary>
public sealed class PriorityThreadPool : IDisposable
public class PriorityThreadPool : IDisposable
{
private class QueueEntry : IComparable<QueueEntry>
{