Make py.pendingCoroutines accessible for debugging

This commit is contained in:
miruka 2020-05-15 03:06:59 -04:00
parent 8c8a58fb07
commit 084133af49

View File

@ -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})
} }