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
There seems to be no need to have a lock around an option wrapping an Arc - since we have an (allocated) Arc, we can just use its raw pointer for AtomicPtr, and swap it out whenever the pool should be changed.
There seems to be no need to have a lock around an option wrapping an
Arc
- since we have an (allocated)Arc
, we can just use its raw pointer forAtomicPtr
, and swap it out whenever the pool should be changed.cc @AndreaCatania
The text was updated successfully, but these errors were encountered: