File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,9 +277,9 @@ producer, but not yet processed and acknowledged by the [=underlying sink=].
277
277
A <dfn>queuing strategy</dfn> is an object that determines how a stream should signal
278
278
[=backpressure=] based on the state of its [=internal queue=] . The queuing strategy assigns a size
279
279
to each [=chunk=] , and compares the total size of all chunks in the queue to a specified number,
280
- known as the <dfn>high water mark</dfn> . The resulting difference, high water mark minus total size,
281
- is used to determine the <dfn lt="desired size to fill a stream's internal queue">desired size to
282
- fill the stream's queue</dfn> .
280
+ known as the <dfn export >high water mark</dfn> . The resulting difference, high water mark minus
281
+ total size, is used to determine the <dfn lt="desired size to fill a stream's internal
282
+ queue"> desired size to fill the stream's queue</dfn> .
283
283
284
284
For readable streams, an underlying source can use this desired size as a backpressure signal,
285
285
slowing down chunk generation so as to try to keep the desired size above or at zero. For writable
You can’t perform that action at this time.
0 commit comments