The Java API class com.complexible.stardog.api.Query (and its subclasses) support a timeout parameter, however the class com.complexible.stardog.api.IO does not.
This means that queries and updates can be executed with a timeout, but it is not possible to configure a timeout for operations writing statements (IO.stream(...)).
Is this intended behaviour? If so, why?
If not, could this be added in a future release?
