vorner / arc-swap

Support atomic operations on Arc itself
Apache License 2.0
778 stars 31 forks source link

liballoc support #16

Closed vorner closed 4 years ago

vorner commented 5 years ago

It seems the library, or at least most of its functionality, could be implementable on top of liballoc only and it might be useful for someone in that context. Libcore is certainly not enough, as Arc itself comes from liballoc (:thinking: well, the library allows for providing own Arc and plug it in, soo....).

vorner commented 5 years ago

Looking into it more:

vorner commented 4 years ago

This probably won't happen after all.