#What is a monitor in process synchronization
1 messages · Page 1 of 1 (latest)
found this ppt with some good info
page 30 says "A monitor is essentially a class, in which all data is private, and with the special restriction that only one method within any given monitor object may be active at the same time"
page 29 to 31 explain monitors if you want to look it up