Active Object

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

Active Object is a design pattern that allows objects to execute methods concurrently, ensuring method invocations are queued and executed asynchronously.