lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

Allow asynchronous tasks to be cleanly cancelled #52

Open ghost opened 6 years ago

ghost commented 6 years ago

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.