tokio::net::UdpSocket
is not marked as UnwindSafe
#4336
Labels
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-net
Module: tokio/net
Version
Platform
Should be irrelevant.
Description
Cannot use
&tokio::net::UdpSocket
acrossstd::panic::catch_unwind
becausenet::UdpSocket
is not marked asUnwindSafe
.The text was updated successfully, but these errors were encountered: