atomic-rs icon indicating copy to clipboard operation
atomic-rs copied to clipboard

Atomic can/should implement RefUnwindSafe

Open njaard opened this issue 3 years ago • 2 comments

std does.

njaard avatar Sep 29 '20 20:09 njaard

I find the whole UnwindSafe concept to be poorly thought out. I'll accept a PR if you need this for some reason though.

Amanieu avatar Sep 29 '20 20:09 Amanieu

Atomic does implement RefUndwindSafe, but only if the std feature is turned on.

advaiyalad avatar Apr 05 '21 20:04 advaiyalad