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

https://github.com/vortex2jm/threads-sync

Solving monkeys problem using threads and semaphores
https://github.com/vortex2jm/threads-sync

Last synced: about 1 month ago
JSON representation

Solving monkeys problem using threads and semaphores

Awesome Lists containing this project

README

        

# Threads sync work :gear:

## Usage
- Compiling programs
```bash
make
```
- Running monkeys problem first part
```bash
make run-monkey
```
- Running with gorillas
```bash
make run-gorillas
```
- Running monitors problem
```bash
make run-monitors
```
- Removing temporary files
```bash
make clean
```