File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
src/demos/modules/DotNetLongProcess Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Concurrent ;
3- using System . Collections . Generic ;
42using System . Diagnostics ;
53using System . Dynamic ;
64using System . IO ;
7- using System . Linq ;
5+ using System . Threading ;
86using System . Threading . Tasks ;
97
108using Microsoft . Extensions . Configuration ;
119using Microsoft . Extensions . Logging ;
1210using Microsoft . Extensions . Hosting ;
1311
14- using CodeProject . AI . SDK ;
1512using CodeProject . AI . SDK . API ;
13+ using CodeProject . AI . SDK . Backend ;
14+ using CodeProject . AI . SDK . Common ;
1615using CodeProject . AI . SDK . Utils ;
1716
18- using SkiaSharp ;
19- using System . Threading ;
20-
2117namespace CodeProject . AI . Modules . DotNetLongProcess
2218{
2319 /// <summary>
@@ -43,7 +39,7 @@ public class LongProcessModuleResponse : ModuleResponse
4339 /// While intended for development and tests, this also demonstrates how a backend service can
4440 /// be created with the .NET Core framework.
4541 /// </summary>
46- public class DotNetLongProcessWorker : ModuleWorkerBase
42+ public class DotNetLongProcessWorker : ModuleRunnerBase
4743 {
4844 private const int _maxSteps = 10 ;
4945
You can’t perform that action at this time.
0 commit comments