slint icon indicating copy to clipboard operation
slint copied to clipboard

examples: Added a little example that shows how to use asynchronous h…

Open tronical opened this issue 3 months ago • 1 comments

…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.

tronical avatar Sep 19 '25 14:09 tronical

Renamed to examples/async-io as discussed with Olivier and added a quick README.

tronical avatar Oct 15 '25 14:10 tronical