parking_lot 0.12.1

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

parking_lot

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

serde

  • lock_api/serde

owning_ref

  • lock_api/owning_ref

deadlock_detection

  • parking_lot_core/deadlock_detection

arc_lock

  • lock_api/arc_lock

hardware-lock-elision

    This feature flag does not enable additional features.

send_guard

    This feature flag does not enable additional features.