Crate dekker

Source

Structs§

  • Provides mutually exclusive access to a shared object using Dekker’s algorithm.
  • Holds the lock until dropped.
  • Used to access the critical section from one of two concurrent processes.