update grammar and code highlighting (#24174)
This commit is contained in:
parent
f7b3b483a8
commit
dbe30bd91e
1 changed files with 3 additions and 3 deletions
|
|
@ -708,11 +708,11 @@ depending on being backpressured by downstream or not.
|
|||
|
||||
### alsoTo
|
||||
|
||||
Attaches the given `Sink` to this `Flow`, meaning that elements that passes through will also be sent to the `Sink`.
|
||||
Attaches the given `Sink` to this `Flow`, meaning that elements that pass through this `Flow` will also be sent to the `Sink`.
|
||||
|
||||
**emits** when an element is available and demand exists both from the Sink and the downstream
|
||||
**emits** when an element is available and demand exists both from the `Sink` and the downstream
|
||||
|
||||
**backpressures** when downstream or Sink backpressures
|
||||
**backpressures** when downstream or `Sink` backpressures
|
||||
|
||||
**completes** when upstream completes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue