Crate dekker
Version 0.1.0
See all dekker's items
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.