Mantid
|
#include "MantidKernel/ThreadPool.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/MultiThreaded.h"
#include "MantidKernel/ProgressBase.h"
#include "MantidKernel/Task.h"
#include "MantidKernel/ThreadPoolRunnable.h"
#include <Poco/Thread.h>
#include <algorithm>
#include <sstream>
#include <stdexcept>
#include <Poco/Environment.h>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Functions | |
bool | Mantid::Kernel::compareTasks (Task *lhs, Task *rhs) |
Method to perform sorting of task lists. More... | |