parking_lot 0.12.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 8 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

serde

  • lock_api/serde

owning_ref

  • lock_api/owning_ref

send_guard

    This feature flag does not enable additional features.

hardware-lock-elision

    This feature flag does not enable additional features.