mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-20 00:09:29 +00:00
Removed a mistake in code
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user