Chatterino
Classes | Namespaces | Macros
PostToThread.hpp File Reference
#include "debug/AssertInGuiThread.hpp"
#include <QCoreApplication>
#include <QRunnable>
#include <QThreadPool>
#include <functional>
Include dependency graph for PostToThread.hpp:
This graph shows which files directly or indirectly include this file:

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));
 

Macro Definition Documentation

◆ async_exec

#define async_exec (   a)    QThreadPool::globalInstance()->start(new LambdaRunnable(a));