runtime: mark runtime::Handle unwind-safe (#7230)

This commit is contained in:
Alex Bakon
2025-04-08 13:38:04 +02:00
committed by GitHub
parent 83d550e511
commit 77de684ed9
+4
View File
@@ -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.