Skip to content

Commit f60ff71

Browse files
committed
docs: Use "synchronization" instead in the user guide
To match the new name used in the labels, we now call "Multiple sources" "synchronization" in the user guide. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8f4462f commit f60ff71

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/user-guide/receiving/multiple-sources/index.md renamed to docs/user-guide/receiving/synchronization/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Multiple Sources
1+
# Synchronization of Multiple Sources
22

3-
If you need to receive values from multiple sources it can be complicated, as
4-
you probably want to get the first message of each receiver as soon as it is
5-
available. A naive approach like this will not work:
3+
If you need to receive messages from multiple sources in a synchronized way it
4+
could be difficult to, for example, receive the first message of each receiver
5+
as soon as it is available in one single task. A naive approach like this will
6+
not work:
67

78
```python
89
receiver1: Receiver[int] = channel1.new_receiver()
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)