A lock-free, eventually consistent, concurrent multi-value map.
# Cargo.toml
[dependencies]
evmap = "11.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an eventually consistent map, inserts a value, and reads it after refresh.
Ensure write handle's refresh() is called before reading to see latest writes.
No dependency data recorded yet.