Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/frequenz/channels/util/_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async def select(*receivers: Receiver[Any]) -> AsyncIterator[Selected[Any]]:
[`MergeNamed`][frequenz.channels.util.MergeNamed]: this is useful when you
have and unknown number of receivers of the same type that can be handled as
a group.
* Use tasks to manage each recever individually: this is better if there are no
* Use tasks to manage each receiver individually: this is better if there are no
relationships between the receivers.
* Break the `select()` loop and start a new one with the new set of receivers
(this should be the last resort, as it has some performance implications
Expand Down