frequenz-floss / frequenz-channels-python

Channel implementations for Python
https://frequenz-floss.github.io/frequenz-channels-python/
MIT License
7 stars 8 forks source link

Add a tip about the returned receiver type for `map()` #271

Closed llucax closed 8 months ago

llucax commented 8 months ago

Recommend saving a reference to the original receiver if users need to access methods that are not part of the Receiver interface.

Clarifies the issue pointed out by #239.

llucax commented 8 months ago

Enabled auto-merge.