slint
slint copied to clipboard
examples: Added a little example that shows how to use asynchronous h…
…ttp requests with Slint
This is a little "stock ticker" that when manually refreshed uses async Rust and Python APIs to request new prices from a website and update a Slint model.
In Rust, this demonstrates the use of slint::spawn_local() and in Python the use of our asyncio integration.
Renamed to examples/async-io as discussed with Olivier and added a quick README.