[][src]Type Definition sharded::Set

type Set<K> = Shard<RwLock<HashSet<K>>>;

Sharded lock-based concurrent set using the crate default lock and set implementations.