Changeset 8779 for branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3/PickupDeliveryOptimization.cs
- Timestamp:
- 10/10/12 13:10:57 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3/PickupDeliveryOptimization.cs
r8776 r8779 365 365 } 366 366 367 public void WaitForExit() { 368 while (Running()) { 369 Thread.Sleep(100); 370 SignalWaitHandle(); 371 } 367 public void Exit() { 372 368 optThread = null; 373 369 }
Note: See TracChangeset
for help on using the changeset viewer.