This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Allow asynchronous tasks to be cleanly cancelled #52
Labels
bug
Issue is an acknowledged bug, should be fixed
#48 introduced a way to cancel running asynchronous tasks from the UI. Unfortunately it seems most tasks do not handle that cancel operation very cleanly. Investigate how we can add support for cancelling these tasks.
Another, less ideal, alternative would be to hide the Cancel buttons from the view.
The text was updated successfully, but these errors were encountered: