https://github.com/roscibely/inter-process-communication
(IPC) Concurrent programming
https://github.com/roscibely/inter-process-communication
Last synced: 3 months ago
JSON representation
(IPC) Concurrent programming
- Host: GitHub
- URL: https://github.com/roscibely/inter-process-communication
- Owner: roscibely
- Created: 2020-08-21T18:01:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T18:06:44.000Z (about 5 years ago)
- Last Synced: 2025-03-15T06:43:06.216Z (7 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inter-process-communication
(IPC) Concurrent programmingSolved problems using threads
1. Producer–consumer problem
2. Readers-writers problem