LeechCraft  0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
concurrentexception.h File Reference
#include <memory>
#include <QFuture>
#include <util/sll/newtype.h>
+ Include dependency graph for concurrentexception.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LeechCraft::Util::ConcurrentException< T >
 A concurrent exception that plays nicely with Qt. More...
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Typedefs

using LeechCraft::Util::QtException_t = QtConcurrent::Exception
 
using LeechCraft::Util::QtException_ptr = std::shared_ptr< QtException_t >
 
using LeechCraft::Util::ConcurrentStdException = Util::ConcurrentException< Util::NewType< std::exception, 0, __LINE__ >>