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

https://github.com/mhawryluk/concurrency-lab

Code from the Theory of Concurrency class at the AGH UST
https://github.com/mhawryluk/concurrency-lab

concurrency csp petri-nets

Last synced: 2 months ago
JSON representation

Code from the Theory of Concurrency class at the AGH UST

Awesome Lists containing this project

README

        

# Concurrency Lab

1. [Producers & consumers - Java](src/lab1)
2. [Semaphores - Java](src/lab2)
3. [Table reservations - Java](src/lab3)
4. ["Fat & thin" producers & consumers - Java](src/lab4)
5. [Mandelbrot set - Java](src/lab5)
6. [setTimeout - Node.js](src/lab6)
7. [Dining philosophers problem - Node.js](src/lab8)
8. [CSP - Java (jcsp)](src/lab10)