Make py.pendingCoroutines accessible for debugging
This commit is contained in:
@@ -9,6 +9,9 @@ Python {
|
|||||||
id: py
|
id: py
|
||||||
|
|
||||||
|
|
||||||
|
readonly property var pendingCoroutines: Globals.pendingCoroutines
|
||||||
|
|
||||||
|
|
||||||
function makeFuture(callback) {
|
function makeFuture(callback) {
|
||||||
return Qt.createComponent("Future.qml").createObject(py, {bridge: py})
|
return Qt.createComponent("Future.qml").createObject(py, {bridge: py})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user