Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameetasadullah/vaccination-scheduler
A simple vaccination scheduler program in C++ using threads and mutex locks
https://github.com/sameetasadullah/vaccination-scheduler
cpp linux locks mutex threads ubuntu vaccination-scheduler
Last synced: about 1 month ago
JSON representation
A simple vaccination scheduler program in C++ using threads and mutex locks
- Host: GitHub
- URL: https://github.com/sameetasadullah/vaccination-scheduler
- Owner: SameetAsadullah
- Created: 2022-10-08T22:53:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T22:59:29.000Z (about 2 years ago)
- Last Synced: 2023-03-10T20:47:08.288Z (almost 2 years ago)
- Topics: cpp, linux, locks, mutex, threads, ubuntu, vaccination-scheduler
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vaccination Scheduler
### Description
A `Simple Vaccination Scheduler` program in `C++` using `Threads and Mutex Locks`. It reads input from a file named as `customers30.txt`. Its format is given below:
- A short customer name containing no spaces.
- The number of minutes elapsed since the arrival of the previous customer (It will be equal to zero for the first customer arriving at the center).
- The number of minutes the customer will take to get vaccinated.
- The number of minutes each customer will remain at the center after the vaccination.