Crate nolock[][src]

Expand description

This crate provides a set of Lock-Free algorithms and Datastructures

Feature-Flags

  • queues: Enables all the Queues
  • async: Enables all the Async-Version of the Algorithms/Datastructures
  • full: Enables all the Feature-Flags

Experimental-Feature-Flags

  • hash_trie: Enables the Hash-Trie-Map implementation
  • hazard_ptr: Enables the Hazard-Ptr implementation

Modules

This module provides a variety of different Queue implementations that are useful for different use-cases