Skip to content

Commit

Permalink
glib: Remove MainContext::channel()
Browse files Browse the repository at this point in the history
Async code generally allows for more flexible message handling than the
callback based MainContext channel.

Fixes #1213
  • Loading branch information
sdroege authored and bilelmoussaoui committed Oct 30, 2023
1 parent e93e899 commit e3e821d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 898 deletions.
6 changes: 1 addition & 5 deletions glib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,7 @@ pub use self::utils::*;
mod unichar;
pub use self::unichar::*;
mod main_context;
mod main_context_channel;
pub use self::{
main_context::MainContextAcquireGuard,
main_context_channel::{Receiver, Sender, SyncSender},
};
pub use self::main_context::MainContextAcquireGuard;
mod date;
mod date_time;
mod time_span;
Expand Down

0 comments on commit e3e821d

Please sign in to comment.