Login
From:
dystroy|Canop / blog
(Uncensored)
subscribe
Cancelable background tasks in Rust
https://dystroy.org/blog/cancelable-background-task/
links
backlinks
Roast topics
Find topics
Find it!
When a task isn't instant, you usually don't want to run it on the UI thread. I present here a simple enough framework to run tasks in background.