|
Chatterino
|
#include "debug/AssertInGuiThread.hpp"#include <QCoreApplication>#include <QRunnable>#include <QThreadPool>#include <functional>Go to the source code of this file.
Classes | |
| class | chatterino::LambdaRunnable |
Namespaces | |
| chatterino | |
Macros | |
| #define | async_exec(a) QThreadPool::globalInstance()->start(new LambdaRunnable(a)); |
| #define async_exec | ( | a | ) | QThreadPool::globalInstance()->start(new LambdaRunnable(a)); |
1.8.13