nolock 0.4.0

A collection of Lock-Free Datastructures
Documentation

nolock

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 10 of them enabled by default.

default

  • full

full

  • std
  • queues
  • allocator
  • async
  • hazard_ptr

std

    This feature flag does not enable additional features.

queues

    This feature flag does not enable additional features.

allocator

  • std
  • lazy_static

async

  • std
  • futures

hazard_ptr

  • std
  • queues
  • lazy_static
  • thread_data

lazy_static

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

thread_data

  • std

hash_trie

  • std
  • hazard_ptr