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;
|
||||||
using Microsoft.Extensions.Logging.Abstractions;
|
using Microsoft.Extensions.Logging.Abstractions;
|
||||||
|
|
||||||
namespace Image
|
namespace ConsoleInterface
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TaskExecutor is a helper class for executing tasks in parallel.
|
/// TaskExecutor is a helper class for executing tasks in parallel.
|
|
@ -1,7 +1,7 @@
|
||||||
using System;
|
using System;
|
||||||
using Image.Output;
|
using Image.Output;
|
||||||
|
|
||||||
namespace Image
|
namespace ConsoleInterface
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TaskExecutorOptions is a class containing various parameters for the <see cref="TaskExecutor" /> class.
|
/// TaskExecutorOptions is a class containing various parameters for the <see cref="TaskExecutor" /> class.
|
Loading…
Reference in a new issue