Cargo Features
[dependencies]
atomic-lend-cell = { version = "0.1.0", default-features = false, features = ["ref-counting", "flag-based"] }
- default = flag-based
-
Default to using the flag-based implementation (epoch reclamation approach)
- ref-counting
-
Reference-counting implementation with atomic counters
- flag-based default
-
Flag-based implementation with single atomic boolean (epoch reclamation approach)