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.
2 parents 6fcc42c + 60bb898 commit 4583a75Copy full SHA for 4583a75
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