re #203. New Algorithm::executeAsync() method runs the algorithm in a separate...
re #203. New Algorithm::executeAsync() method runs the algorithm in a separate thread. It posts Poco::Notifications when it starts and finishes and also when an exception is thrown. Algorithms can send notifications about their progress by calling Algorithm::progress() method.
Showing
- Code/Mantid/API/inc/MantidAPI/Algorithm.h 66 additions, 0 deletionsCode/Mantid/API/inc/MantidAPI/Algorithm.h
- Code/Mantid/API/src/Algorithm.cpp 33 additions, 1 deletionCode/Mantid/API/src/Algorithm.cpp
- Code/Mantid/Algorithms/src/SimpleRebin.cpp 3 additions, 1 deletionCode/Mantid/Algorithms/src/SimpleRebin.cpp
- Code/Mantid/DataHandling/src/LoadDAE.cpp 6 additions, 0 deletionsCode/Mantid/DataHandling/src/LoadDAE.cpp
Loading
Please register or sign in to comment