Cargo Features

Arcu has no features set by default.

[dependencies]
arcu = { version = "0.1.1", features = ["std", "global_counters", "thread_local_counter"] }
std global_counters? thread_local_counter?
global_counters thread_local_counter? = std

Affects epoch_counters::register_epoch_counter, epoch_counters::global_counters, epoch_counters::GlobalEpochCounterPool

thread_local_counter = global_counters, std

Affects arcu::Rcu.read, arcu::Rcu.try_update