Expand description
This internal sync
module aliases the Arc
implementation to allow downstream forks
of rustls targetting architectures without atomic pointers to replace the implementation
with another implementation such as portable_atomic_util::Arc
in one central location.