Re: Overlap between StreamReader and FileReader

On Sat, May 18, 2013 at 5:56 AM, Jonas Sicking <jonas@sicking.cc> wrote:
> where the ProgressFutures returned from
> readBinaryChunked/readBinaryChunked delivers the data in the progress
> notifications only, and no data is delivered when the future is
> actually resolved. Though this might be abusing Futures a bit?

Yeah, futures represent a value. This is an event stream (that does
not keep track of history).


--
http://annevankesteren.nl/

Received on Saturday, 18 May 2013 14:36:49 UTC