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

glib: Remove MainContext::channel() #1216

Merged
merged 1 commit into from Oct 30, 2023

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Oct 30, 2023

Async code generally allows for more flexible message handling than the callback based MainContext channel.

Fixes #1213

Async code generally allows for more flexible message handling than the
callback based MainContext channel.

Fixes gtk-rs#1213
Copy link
Member

@bilelmoussaoui bilelmoussaoui left a comment

Choose a reason for hiding this comment

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

Less code to maintain

@bilelmoussaoui bilelmoussaoui merged commit e3e821d into gtk-rs:master Oct 30, 2023
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.

Consider removing channels from glib
3 participants