[package] name = "dekker" version = "0.1.0" authors = ["fabianboesiger "] edition = "2018" license = "MIT OR Apache-2.0" description = "Implementation of Dekker's algorithm for mutual exclusion." repository = "https://github.com/fabianboesiger/dekker/" readme = "README.md" keywords = [ "dekker", "algorithm", "shared-memory", "mutual-exclusion", "mutex"] categories = ["concurrency", "algorithms"]