![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| uint32_t Q_CORE_EXPORT | adoptPromise (emscripten::val promise, PromiseCallbacks callbacks) |
| template<typename... Args> | |
| uint32_t | make (emscripten::val target, QString methodName, PromiseCallbacks callbacks, Args... args) |
| void Q_CORE_EXPORT | suspendExclusive (uint32_t handlerIndex) |
| void Q_CORE_EXPORT | all (std::vector< emscripten::val > promises, PromiseCallbacks callbacks) |
| uint32_t qstdweb::Promise::adoptPromise | ( | emscripten::val | promise, |
| PromiseCallbacks | callbacks ) |
Definition at line 444 of file qstdweb.cpp.
| void qstdweb::Promise::all | ( | std::vector< emscripten::val > | promises, |
| PromiseCallbacks | callbacks ) |
Definition at line 512 of file qstdweb.cpp.
| uint32_t qstdweb::Promise::make | ( | emscripten::val | target, |
| QString | methodName, | ||
| PromiseCallbacks | callbacks, | ||
| Args... | args ) |
Definition at line 244 of file qstdweb_p.h.
| void qstdweb::Promise::suspendExclusive | ( | uint32_t | handlerIndex | ) |
Definition at line 504 of file qstdweb.cpp.