Re: [streams] Convert readable stream pull() to promise-returning (#272)

>      <ol>
> -      <li> Call-with-rethrow Call(<var>stream</var>@\[[error]], <b>undefined</b>, «‍<var>pullResult</var>.\[[value]]»).
> -      <li> Return <var>pullResult</var>.
> +      <li> Set <var>stream</var>@\[[pullScheduled]] to <b>true</b>.
> +      <li> Upon fulfillment of <var>stream</var>@\[[pullingPromise]],
> +        <ol>
> +          <li> Set <var>stream</var>@\[[pulLScheduled]] to <b>false</b>.

L -> l

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/272/files#r24147930

Received on Thursday, 5 February 2015 07:57:57 UTC