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

Signal/accumulator #1581

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Signal/accumulator #1581

merged 2 commits into from
Nov 27, 2024

Conversation

pjungkamp
Copy link
Contributor

Closes #1580

Use `std::ops::ControlFlow` instead of `bool` as return type to make
the control of signal emission more clear.
Copy link
Member

@sdroege sdroege left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Why is it marked as draft? :)

@pjungkamp
Copy link
Contributor Author

Why is it marked as draft? :)

By accident! :D

@pjungkamp pjungkamp marked this pull request as ready for review November 27, 2024 15:23
@sdroege sdroege merged commit e5b674e into gtk-rs:main Nov 27, 2024
47 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Make SignalBuilder::accumulator closure easier to use.
2 participants