Changeset 171 for branches/eraser6/Manager/DirectExecutor.cs
- Timestamp:
- 3/9/2008 2:32:33 PM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/DirectExecutor.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/DirectExecutor.cs
r163 r171 11 11 /// is run without the help of a Service. 12 12 /// </summary> 13 public class DirectExecutor : Executor 13 public class DirectExecutor : Executor, IDisposable 14 14 { 15 15 public DirectExecutor() … … 22 22 thread.Start(); 23 23 Thread.Sleep(0); 24 } 25 26 void IDisposable.Dispose() 27 { 28 thread.Abort(); 29 schedulerInterrupt.Set(); 24 30 } 25 31
Note: See TracChangeset
for help on using the changeset viewer.
