Cap icon indicating copy to clipboard operation
Cap copied to clipboard

Background Tasks system

Open Brendonovich opened this issue 9 months ago • 0 comments

At the moment we either scope things to happen inside a Tauri command, so their state is lost if their corresponding window is closed, or we spawn things into the ether without much visibility. For tasks like exporting and uploading we should be spawning them via a task system that provides access to task state and spawning from anywhere.

Brendonovich avatar Mar 18 '25 18:03 Brendonovich