Monitor Object

Home > Computer Science > Software Engineering > Software design patterns > Monitor Object

Monitor Object is a design pattern that synchronizes concurrent access to an object by allowing only one thread to execute a method at a time while others wait.