Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Add asyncio versions of async examples | Adrian Herrmann | 2022-12-09 | 1 | -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 examples | Adrian Herrmann | 2022-10-06 | 1 | -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]> |