This PR introduces the optional CancellationToken cancellationToken parameters into every api calls. This let the user cancel the tasks, which is pretty useful and standard practice around tasks
No issue with this PR
Type of change
Please delete options that are not relevant.
[X] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
No test were performed with this, but there is not much to test thus 🤷
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
[X] I have checked my code and corrected any misspellings
Description
This PR introduces the optional
CancellationToken cancellationToken
parameters into every api calls. This let the user cancel the tasks, which is pretty useful and standard practice around tasksNo issue with this PR
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
No test were performed with this, but there is not much to test thus 🤷
Checklist: