资 源 简 介
Project 1 will give you experience writing simple multi-threaded programs using monitors and will help you understand how threads are implemented.
The project has two parts. In the first part (Project 1d), you will write a simple concurrent program that schedules deli orders. This concurrent program will use a thread library that we provide. In the second part (Project 1t), you will implement your own thread library.