Move ProcessingQueue to Frontend

This commit is contained in:
Matt Nadareski
2024-05-27 23:48:48 -04:00
parent d415a8f161
commit 78d648d90b
3 changed files with 3 additions and 1 deletions

View File

@@ -116,6 +116,7 @@
- Update Redumper to build 371
- Tools always run in separate window
- Move ConsoleLogger to Check CLI
- Move ProcessingQueue to Frontend
### 3.1.9a (2024-05-21)

View File

@@ -7,7 +7,7 @@ using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
namespace MPF.Core
namespace MPF.Frontend
{
public sealed class ProcessingQueue<T> : IDisposable
{

View File

@@ -6,6 +6,7 @@ using System.Windows.Documents;
using System.Windows.Media;
using System.Windows.Threading;
using MPF.Core;
using MPF.Frontend;
#pragma warning disable IDE1006 // Naming Styles