Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add method to get the stream cancellation token (#80)
In some cases, the stream is transferred to a different context, making it impossible to cancel from the current one. By making the download_task_cancellation_token public, you can clone the token beforehand, ensuring that cancellation remains possible regardless of the context shift --------- Co-authored-by: Austin Schey <[email protected]>
- Loading branch information