aboutsummaryrefslogtreecommitdiffstats
path: root/examples/async/minimal/minimal.pyproject
Commit message (Collapse)AuthorAgeFilesLines
* examples: Add asyncio versions of async examplesAdrian Herrmann2022-12-091-1/+1
| | | | | | | | | | | The minimal + eratosthenes examples for async were previously based on the Trio async package, now there are also versions based on the asyncio package with minimal changes. Task-number: PYSIDE-769 Pick-to: 6.3 6.4 Change-Id: I5c1220e1c8ebeefb9a530745e52d8f907e08bb2c Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* examples: Add async examplesAdrian Herrmann2022-10-061-0/+3
Add two examples that demonstrate how to use Qt together with an async package (Trio). Task-number: PYSIDE-769 Pick-to: 6.3 Change-Id: I1514eecc0a2eb65c6bb493857d901cf8817b7b52 Reviewed-by: Cristian Maureira-Fredes <[email protected]>