From 5cb4b3a512951bdaac4f8ddb2e9367baac2f746d Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Thu, 11 Jul 2019 09:49:00 +0300 Subject: [PATCH] Removed a mistake in code --- SystemExtensions/Threading/PriorityThreadPool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemExtensions/Threading/PriorityThreadPool.cs b/SystemExtensions/Threading/PriorityThreadPool.cs index 4f98085..dd9febc 100644 --- a/SystemExtensions/Threading/PriorityThreadPool.cs +++ b/SystemExtensions/Threading/PriorityThreadPool.cs @@ -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. /// - public sealed class PriorityThreadPool : IDisposable + public class PriorityThreadPool : IDisposable { private class QueueEntry : IComparable {