[feat] AbortController support for `invoke` Promises · Issue #8351 · tauri-apps/tauri · GitHub
DRANK
Describe the problem I was looking into a way to cancel/abort the async Rust code I am running in tauri. My use case is that I have operations which could take up to a couple of minutes, and if the...