mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
runtime: mark runtime::Handle unwind-safe (#7230)
This commit is contained in:
@@ -443,6 +443,10 @@ impl Handle {
|
||||
}
|
||||
}
|
||||
|
||||
impl std::panic::UnwindSafe for Handle {}
|
||||
|
||||
impl std::panic::RefUnwindSafe for Handle {}
|
||||
|
||||
cfg_taskdump! {
|
||||
impl Handle {
|
||||
/// Captures a snapshot of the runtime's state.
|
||||
|
||||
Reference in New Issue
Block a user