An open API service indexing awesome lists of open source software.

https://github.com/pawbud/readers-writers-problem

This repository shows the implementation of the Reader-Writers problem using the C POSIX library.
https://github.com/pawbud/readers-writers-problem

Last synced: about 2 months ago
JSON representation

This repository shows the implementation of the Reader-Writers problem using the C POSIX library.

Awesome Lists containing this project

README

        

## 💥 Output

Writer's Priority :-
![](images/writer.png)

Reader's Priority :-
![](images/reader.png)