Skip to content

Commit

Permalink
README updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Egorushkin committed Apr 22, 2024
1 parent 7c36f09 commit 65f9b9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ One thread posts an integer to another thread through one queue and waits for a
# Contributing
Contributions are more than welcome. `.editorconfig` and `.clang-format` can be used to automatically match code formatting.

# Reading material
Some books on the subject of multi-threaded programming I found instructive:

* _Programming with POSIX Threads_ by David R. Butenhof.
* _The Art of Multiprocessor Programming_ by Maurice Herlihy, Nir Shavit.

---

Copyright (c) 2019 Maxim Egorushkin. MIT License. See the full licence in file LICENSE.
Expand Down

0 comments on commit 65f9b9f

Please sign in to comment.