We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbf7d2 commit b32bf3bCopy full SHA for b32bf3b
docs/user-guide/receiving/synchronization/index.md
@@ -5,7 +5,7 @@ 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:
7
8
-```python
+```python show_lines="4:"
9
receiver1: Receiver[int] = channel1.new_receiver()
10
receiver2: Receiver[int] = channel2.new_receiver()
11
0 commit comments