Modelling carshop with thread-buyer and thread-producer. Using wait()-notify() for access to seller. 2nd: Reentrant lock
-
Updated
Jun 22, 2022 - Java
Modelling carshop with thread-buyer and thread-producer. Using wait()-notify() for access to seller. 2nd: Reentrant lock
A simple learning project that demonstrates ways to solve such multithreading problems as race conditions, deadlocks, and producer-consumer problem.
Add a description, image, and links to the wait-notify topic page so that developers can more easily learn about it.
To associate your repository with the wait-notify topic, visit your repo's landing page and select "manage topics."