afs opened a new pull request, #3762:
URL: https://github.com/apache/jena/pull/3762
GitHub issue resolved #3755
* State the `cancel()` contract - the work to stop an iterator happens on
the query execution thread.
* Make QueryIteratorBase.requestCancel() optional. Mostly, using the usual
framework will work.
There is not change to passing down cancellations although this might be
desirable to ensure consistent behaviour long term.
A few QueryIterators do not use `QueryIteratorBase`:
* `CallbackIterator`
* `QueryIterSlottedBase`
- `QueryIterServiceBulk`
- `QueryIterWrapperCache`
- `RequestExecutor`
----
- [x] Key commit messages start with the issue number (GH-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]