Move TaskExecutor and TaskExecutorOptions in ConsoleInterface

This commit is contained in:
Denis-Cosmin Nutiu 2022-01-26 20:58:59 +02:00
parent a6cc6a59bb
commit e4bc3fafe2
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ using ImageMagick;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Abstractions;
namespace Image
namespace ConsoleInterface
{
/// <summary>
/// TaskExecutor is a helper class for executing tasks in parallel.

View file

@ -1,7 +1,7 @@
using System;
using Image.Output;
namespace Image
namespace ConsoleInterface
{
/// <summary>
/// TaskExecutorOptions is a class containing various parameters for the <see cref="TaskExecutor" /> class.