rculock
rculock copied to clipboard
Migrate to Coco
Fixes #1
Coco implements an epoch GC which calls destructors - this therefore shouldn't leak memory, and is properly lock-free for reads.
See crossbeam-rs/crossbeam#134 for some discussion of Coco's epoch GC.
Work from coco is currently in the process of being merged into crossbeam, so in the foreseeable future this crate should be able to use Atomic
with destructors.