![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <emscripten/proxying.h>
#include <emscripten/threading.h>
Go to the source code of this file.
Namespaces | |
namespace | qwasmglobal |
Functions | |
template<class T> | |
T | qwasmglobal::runTaskOnMainThread (std::function< T()> task) |
void | qwasmglobal::runAsync (std::function< void(void)> fn) |
void | qwasmglobal::runOnMainThread (std::function< void(void)> fn) |
void | qwasmglobal::runOnMainThreadAsync (std::function< void(void)> fn) |