Replies: 1 comment 1 reply
-
No. Sorry to disappoint. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Angus, Are there any plans for an interface to get the maximum value and the current value of the calculation progress? And the ability to cancel the calculations?
At the moment, im have to edit your code. And the cancellation is done by throwing an exception on the cancellation condition.
I think it's not hard to add 3 functions to the library:
2 getters
size_t maxProgress() const, size_t curProgress() const
(maybeint
) andvoid cancel()
I run the calculations in a separate thread.
Beta Was this translation helpful? Give feedback.
All reactions