Skip to content

Commit f57819c

Browse files
committed
glib: support return values and catching panics in spawn/spawn_local
1 parent 530c734 commit f57819c

File tree

2 files changed

+290
-42
lines changed

2 files changed

+290
-42
lines changed

glib/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ pub use self::bridged_logging::{rust_log_handler, GlibLogger, GlibLoggerDomain,
197197
pub mod subclass;
198198

199199
mod main_context_futures;
200+
pub use main_context_futures::{JoinError, JoinHandle};
200201
mod source_futures;
201202
pub use self::source_futures::*;
202203

0 commit comments

Comments
 (0)