afs commented on PR #3603:
URL: https://github.com/apache/jena/pull/3603#issuecomment-3566944858

   > I cleaned up the PR.
   
   Thanks!
   
   It would be good if `QueryIterAbortable` could be just a 
`QueryIterPlainWrapper`.
   
   Another clear-up that looks possible is `ExecutionContext.checkForCancel` to 
replace capturing the `cancelSignal` in several places. Code in query 
itertators would then just be:
   
   ```
       execCxt.checkForCancel();
   ```
   


-- 
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]

Reply via email to