Skip to content

Commit e3e821d

Browse files
sdroegebilelmoussaoui
authored andcommitted
glib: Remove MainContext::channel()
Async code generally allows for more flexible message handling than the callback based MainContext channel. Fixes #1213
1 parent e93e899 commit e3e821d

File tree

2 files changed

+1
-898
lines changed

2 files changed

+1
-898
lines changed

glib/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,7 @@ pub use self::utils::*;
150150
mod unichar;
151151
pub use self::unichar::*;
152152
mod main_context;
153-
mod main_context_channel;
154-
pub use self::{
155-
main_context::MainContextAcquireGuard,
156-
main_context_channel::{Receiver, Sender, SyncSender},
157-
};
153+
pub use self::main_context::MainContextAcquireGuard;
158154
mod date;
159155
mod date_time;
160156
mod time_span;

0 commit comments

Comments
 (0)