Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guccio163/concurrency-theory
Tasks and mini projects // Concurrency Theory Course // AGH UST Computer Science 2023/2024 //
https://github.com/guccio163/concurrency-theory
Last synced: 15 days ago
JSON representation
Tasks and mini projects // Concurrency Theory Course // AGH UST Computer Science 2023/2024 //
- Host: GitHub
- URL: https://github.com/guccio163/concurrency-theory
- Owner: Guccio163
- Created: 2024-03-01T12:20:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T13:50:42.000Z (10 months ago)
- Last Synced: 2024-11-06T13:56:52.603Z (2 months ago)
- Language: Java
- Size: 57.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CONCURRENCY THEORY
This repository combines finished laboratories for the "Teoria Współbieżności" course on the Computer Science. Below listed every lab with topic:
LAB1 - Java Threads
LAB2 - Java Semaphores
LAB3 - Java Concurrent Locks and Monitors
LAB4 - Concurrent processing with buffer
LAB5 - Asynchronous tasks with Executor and Future patterns
LAB6 - Introduction to Node.js and async-await
LAB7 - Solving synchronising problem in Node.js
LAB8 - Blackboard labs with traces
LAB9 - Petri nets in PIPEv4.3.0
LAB10 - CSP Coroutines in Kotlin
LAB11 - WebCrawler with Future pattern