diff options
| author | Adrian Herrmann <adrian.herrmann@qt.io> | 2023-12-13 17:20:28 +0100 |
|---|---|---|
| committer | Adrian Herrmann <adrian.herrmann@qt.io> | 2023-12-14 11:55:06 +0100 |
| commit | 58aaf9e521c1dfa526ceab0526c38c992a43c754 (patch) | |
| tree | a4651a2d3ed5ec40469f20fe8946bae4e31e2c86 /tools/doc_modules.py | |
| parent | 2c3bf42734214d3f3dacc4fea7b458b1b5403315 (diff) | |
QtAsyncio: Implement call_soon_threadsafe()
Using the QTimer.singleShot(msec, context, functor) overload in
QAsyncioHandle already turned call_soon() threadsafe, as that allowed
callbacks to be scheduled from other threads. In order to follow the
API and distinguish call_soon() and call_soon_threadsafe(), the former
is reverted to using the old overload without the context argument,
while the latter keeps the new overload.
Pick-to: 6.6
Task-number: PYSIDE-769
Change-Id: Ib2591f994d082b46fe4ec747e590e4d8eb6ff24e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'tools/doc_modules.py')
0 files changed, 0 insertions, 0 deletions
