Skip to main content

GrafeoConcurrentSet

Type Alias GrafeoConcurrentSet 

Source
pub type GrafeoConcurrentSet<T> = DashSet<T, FxBuildHasher>;
Expand description

Concurrent HashSet for multi-threaded access.

Aliased Typeยง

pub struct GrafeoConcurrentSet<T> { /* private fields */ }