You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some objects like this panic if they are not empty when dropped. This is fine for catching errors, however they also panic when getting dropped because of another panic, which is undesired and can be fixed by checking for panicking in std::thread before the check
The text was updated successfully, but these errors were encountered:
Some objects like this panic if they are not empty when dropped. This is fine for catching errors, however they also panic when getting dropped because of another panic, which is undesired and can be fixed by checking for panicking in
std::thread
before the checkThe text was updated successfully, but these errors were encountered: