maxxedev opened a new pull request, #452:
URL: https://github.com/apache/commons-io/pull/452

   * Revert the change that adds PollingQueueInputStream and 
TakingQueueInputStream 
   * Add ability to specify wait time to QueueInputStream
   
   I think this will keep the API simple yet offer the roughly the same (or 
even more) functionality the reverted change.
   \- PollingQueueInputStream is same as `new QueueInputStream()` which has 
timeout=0
   \- TakingQueueInputStream is same as `new QueueInputStream(..., 
Duration.ofMillis(Long.MAX_VALUE))`
   
   and users can also specify arbitrary queue read timeout between 0 and 
LONG_MAX
   
   see also [https://github.com/apache/commons-io/pull/447 
](https://github.com/apache/commons-io/pull/447 )


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

Reply via email to