mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
runtime: make Runtime unwind safe (#6189)
This commit is contained in:
@@ -480,6 +480,10 @@ impl Drop for Runtime {
|
||||
}
|
||||
}
|
||||
|
||||
impl std::panic::UnwindSafe for Runtime {}
|
||||
|
||||
impl std::panic::RefUnwindSafe for Runtime {}
|
||||
|
||||
cfg_metrics! {
|
||||
impl Runtime {
|
||||
/// TODO
|
||||
|
||||
Reference in New Issue
Block a user