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
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
165: Add an atomic-polyfill optional dependancy r=matklad a=ogoffart
To make it compile on platform that have limited atomics
Fixes#155
Note that this re-implement the Debug version of the OnceBox
because atomic-polyfill::AtomicPtr don't implement Debug (embassy-rs/atomic-polyfill#11)
Co-authored-by: Olivier Goffart <[email protected]>
AtomicPtr and AtomicBool don't implement Debug, contrary to their std equivalent.
The text was updated successfully, but these errors were encountered: