Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sid-sg/littlebookofsemaphores-codes-cpp
Codes from the "Little Book Of Semaphores" chapter wise written in C++
https://github.com/sid-sg/littlebookofsemaphores-codes-cpp
cpp multithreading posix-threads semaphore-pattern
Last synced: 20 days ago
JSON representation
Codes from the "Little Book Of Semaphores" chapter wise written in C++
- Host: GitHub
- URL: https://github.com/sid-sg/littlebookofsemaphores-codes-cpp
- Owner: sid-sg
- Created: 2024-06-06T08:04:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T04:37:22.000Z (8 months ago)
- Last Synced: 2024-11-18T11:26:16.034Z (3 months ago)
- Topics: cpp, multithreading, posix-threads, semaphore-pattern
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run programs use: g++ -lpthread (filename).cpp
Book link: https://greenteapress.com/semaphores/LittleBookOfSemaphores.pdf