Open andrii0lomakin opened 2 years ago
intrusive_adapater macro implements both Send and Sync traits for the implementation of Adapter trait that leads to unsound code for !Send containers such as Rc.
Send
Sync
Adapter
!Send
intrusive_adapater macro implements both
Send
andSync
traits for the implementation ofAdapter
trait that leads to unsound code for!Send
containers such as Rc.