LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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  LC::Util::ConcurrentException< T >
 A concurrent exception that plays nicely with Qt. More...
 

Namespaces

namespace  LC
 
namespace  LC::Util
 

Typedefs

using LC::Util::QtException_t = QException
 
using LC::Util::QtException_ptr = std::shared_ptr<QtException_t>
 
using LC::Util::ConcurrentStdException = Util::ConcurrentException<Util::NewType<std::exception, struct StdException>>