On 07/05/2015 15:36, Roger Riggs wrote:
No, not generally for InputStreams so it's very possible that the close might block until the read completes.Hi Alan,I recognize that this utility function can't compensate for failings of the underlying stream. But I thought async close was the one common action that did work on streamsto avoid indefinite blocking.
-Alan