Move TaskExecutor and TaskExecutorOptions in ConsoleInterface
This commit is contained in:
parent
a6cc6a59bb
commit
e4bc3fafe2
3 changed files with 6 additions and 6 deletions
|
@ -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.
|
|
@ -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.
|
Loading…
Reference in a new issue