hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
273 stars 19 forks source link

consider adding a `Clone` impl for `Guard`s #38

Open hawkw opened 4 years ago

hawkw commented 4 years ago

It should be possible to clone a guard fairly trivially, by incrementing the ref count on the accessed entry.