slint/api/python
Simon Hausmann ea0e3c1372 Python: Initial support for asyncio
The API is minimal at this point: `slint.run_event_loop()` takes an
optional coroutine parameter, that's run. As the loop is run, an
asyncio event loop (as per asyncio.get_event_loop()) is active, which
maps socket operations to smol's Async adapter and polls them within the
Slint event loop.

cc #4137
2025-09-19 08:23:34 +02:00
..
briefcase Bump version number to 1.14.0 2025-09-11 14:01:14 +00:00
compiler Bump version number to 1.14.0 2025-09-11 14:01:14 +00:00
slint Python: Initial support for asyncio 2025-09-19 08:23:34 +02:00