thread-concurrency
There are 2 repositories under thread-concurrency topic.
boussas/ParkingSimulator-Java
This project simulates a parking lot where cars attempt to park using different synchronization strategies (Semaphore or Mutex).
GiulioTaralli/Mail-client-server
Implementation of a mail server and client in Java. (Uses JavaFX for graphical interfaces, thread concurrency management, and TCP sockets for client-server communication)