parking_lot 0.11.2

More compact and efficient implementations of the standard synchronization primitives.
Documentation

parking_lot

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 9 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

nightly

  • parking_lot_core/nightly
  • lock_api/nightly

arc_lock

  • lock_api/arc_lock

deadlock_detection

  • parking_lot_core/deadlock_detection

owning_ref

  • lock_api/owning_ref

stdweb

  • instant/stdweb

serde

  • lock_api/serde

wasm-bindgen

  • instant/wasm-bindgen

send_guard

    This feature flag does not enable additional features.