Document backend & qml_bridge + minor code changes

This commit is contained in:
miruka
2019-12-18 08:14:35 -04:00
parent 87b262ebee
commit 23be12fb60
4 changed files with 131 additions and 84 deletions

View File

@@ -69,7 +69,7 @@ Python {
) {
let future = privates.makeFuture()
callCoro("wait_until_client_exists", [accountId], () => {
callCoro("get_client", [accountId], () => {
let uuid = accountId + "." + name + "." + CppUtils.uuid()
privates.pendingCoroutines[uuid] = {onSuccess, onError}