![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
Q_GLOBAL_STATIC (emscripten::ProxyingQueue, proxyingQueue) | |
void | runOnMainThread (std::function< void(void)> fn) |
void | runAsync (std::function< void(void)> fn) |
void | runOnMainThreadAsync (std::function< void(void)> fn) |
template<class T> | |
T | runTaskOnMainThread (std::function< T()> task) |
qwasmglobal::Q_GLOBAL_STATIC | ( | emscripten::ProxyingQueue | , |
proxyingQueue | ) |
Definition at line 34 of file qwasmglobal.cpp.
Referenced by QWasmSocket::socketClose(), QWasmSocket::socketError(), QWasmSocket::socketMessage(), and QWasmSocket::socketOpen().
Definition at line 24 of file qwasmglobal.cpp.
Referenced by QWasmSocket::registerSocketNotifier(), and QWasmSocket::unregisterSocketNotifier().
Definition at line 42 of file qwasmglobal.cpp.
T qwasmglobal::runTaskOnMainThread | ( | std::function< T()> | task | ) |
Definition at line 56 of file qwasmglobal_p.h.