aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl/threadedqopenglwidget/renderer.py
diff options
context:
space:
mode:
authorAdrian Herrmann <adrian.herrmann@qt.io>2024-03-14 17:43:36 +0100
committerAdrian Herrmann <adrian.herrmann@qt.io>2024-03-15 12:49:59 +0100
commit68357b668744be4437527cdf3818b08cee5770c8 (patch)
tree425a3a226ab27a855b282de8e2847ce7e6d03b31 /examples/opengl/threadedqopenglwidget/renderer.py
parent50f0a7970bc3ab4e2ec5875b820824f959db1bca (diff)
QtAsyncio: Improve handling of outside termination
Improve how QtAsyncio handles when the QCoreApplication is quit from outside, e.g., when pressing the close button. This will prevent scenarios where asyncio runs the BaseEventLoop destructor after the Qt application had already been shut down, resulting in RuntimeError. In addition, this removes some unnecessary RuntimeError raises related to a closed event loop. Pick-to: 6.6 Task-number: PYSIDE-769 Change-Id: I52553eed271b5fb5790c09751dd58cc2e52fa174 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'examples/opengl/threadedqopenglwidget/renderer.py')
0 files changed, 0 insertions, 0 deletions