diff options
Diffstat (limited to 'sources/pyside6/doc/PySide6')
| -rw-r--r-- | sources/pyside6/doc/PySide6/QtAsyncio/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside6/doc/PySide6/QtAsyncio/index.rst b/sources/pyside6/doc/PySide6/QtAsyncio/index.rst index 326f6efcc..0ad0f6f97 100644 --- a/sources/pyside6/doc/PySide6/QtAsyncio/index.rst +++ b/sources/pyside6/doc/PySide6/QtAsyncio/index.rst @@ -118,6 +118,9 @@ or to run the coroutine and then stop the event loop upon its completion. This latter case behaves identically to ``asyncio.run(my_coroutine())``. +If there is no instance of a QCoreApplication, QGuiApplication or +QApplication yet, a new instance of QCoreApplication is created. + An additional optional argument ``quit_qapp`` can be passed to ``run()`` to configure whether the QCoreApplication at the core of QtAsyncio should be shut down when asyncio finishes. A special case where one |
