> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/programming/concurrency/mutex.md).

# Mutex

[Solution of a problem in concurrent programming control](https://dl.acm.org/citation.cfm?doid=365559.365617) is the paper, by Dijkstra, which introduced the concept of Mutexes.
