On 07/05/2015 15:36, Roger Riggs wrote:
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 streams
to avoid indefinite blocking.
No, not generally for InputStreams so it's very possible that the close might block until the read completes.

-Alan

Reply via email to