abonander commented on PR #4014: URL: https://github.com/apache/arrow-adbc/pull/4014#issuecomment-4895885391
Strictly speaking, cancellation in Rust is as straightforward as just dropping the `Future`. The implementation is supposed to automatically cancel any in-flight operations when that happens. Though to be fair, cancellation is not very well explained in the official documentation. The chapter on cancellation in the async book is just a stub: https://rust-lang.github.io/async-book/part-reference/cancellation.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
