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