Qt 4.8
|
#include <QtCore/qglobal.h>
#include <QtCore/qatomic.h>
#include <exception>
Go to the source code of this file.
Classes | |
class | QtConcurrent::Exception |
The Exception class provides a base class for exceptions that can transferred across threads. More... | |
class | QtConcurrent::internal::ExceptionHolder |
class | QtConcurrent::internal::ExceptionStore |
class | QtConcurrent::UnhandledException |
The UnhandledException class represents an unhandled exception in a worker thread. More... | |
Namespaces | |
QtConcurrent | |
The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives. | |
QtConcurrent::internal | |
The QtConcurrent::internal namespace contains QtConcurrent implementation details. | |