Re: [streams] Readable byte streams should support an internal queue (#353)

> Yeah, but should we automatically transfer it in library code than asking underlying source implementors to do it by themselves if necessary?

I think it has to be part of the implementation, as otherwise it is possible to create observable data races.

> Sorry I cannot get what situation you're concerned with.
>
> Both in ReleaseReadableByteStreamReader and RespondToReadableByteStreamByobReaderReadIntoRequest, this step is invoked only when the stream is in "closed" or "errored" state

Oh sorry, I missed that. All good.

> Pushed WIP reference implementation.

Yay!!


---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/353#issuecomment-107710662

Received on Monday, 1 June 2015 21:03:43 UTC