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 6fcc42c commit 60bb898Copy full SHA for 60bb898
src/frequenz/channels/util/_event.py
@@ -18,7 +18,7 @@ class Event(_base_classes.Receiver[None]):
18
[`consume()`][frequenz.channels.Receiver.consume]d.
19
20
The receiver can be completely stopped by calling
21
- [`stop()`][frequenz.channels.Receiver.stop].
+ [`stop()`][frequenz.channels.util.Event.stop].
22
23
Example:
24
```python
0 commit comments