Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwasmglobal_p.h File Reference

(8a9c2ca505c4064c530d129a53fdad18760478ee)

#include <emscripten/proxying.h>
#include <emscripten/threading.h>
Include dependency graph for qwasmglobal_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  qwasmglobal

Functions

template<class 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)