Question: Cancellation #59
Answered
by
johnthiriet
ModernRonin
asked this question in
Q&A
-
Hi, first of all thanks for a very useful library :-) My question is: how would I make an AsyncCommand cancellable? Scenario: cmd is bound to a long running operation, say a big download, that the user should be able to cancel via another command. I can't seem to find any support for cancellation, but maybe I'm overlooking something? Cheers & thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
johnthiriet
Mar 3, 2021
Replies: 1 comment
-
Hello, This might not be the best place to ask a question as it is not an issue per say but here is what you can do in pseudo code.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheCodeTraveler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
This might not be the best place to ask a question as it is not an issue per say but here is what you can do in pseudo code.