Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

llucax
Copy link
Contributor

@llucax llucax commented Feb 2, 2024

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.

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

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
@llucax llucax requested a review from a team as a code owner February 2, 2024 11:34
@llucax llucax self-assigned this Feb 2, 2024
@llucax llucax added the cmd:skip-release-notes It is not necessary to update release notes for this PR label Feb 2, 2024
@llucax llucax added this to the v1.0.0 milestone Feb 2, 2024
@llucax llucax added part:docs Affects the documentation part:core Affects the core types (`Sender`, `Receiver`, exceptions, etc.) labels Feb 2, 2024
@llucax
Copy link
Contributor Author

llucax commented Feb 2, 2024

Enabled auto-merge.

@llucax llucax added this pull request to the merge queue Feb 2, 2024
Merged via the queue into frequenz-floss:v1.x.x with commit b1473c2 Feb 2, 2024
16 of 17 checks passed
@llucax llucax deleted the map-type branch February 2, 2024 12:19
@llucax llucax modified the milestones: v1.0.0, v1.0.0-rc.1 Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd:skip-release-notes It is not necessary to update release notes for this PR part:core Affects the core types (`Sender`, `Receiver`, exceptions, etc.) part:docs Affects the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants