Active Object

Learn about the active object design pattern.

Introduction

According to the active object pattern, the method execution should be separate from the method call. It is called an active object because, according to this pattern, every object owns its thread. Each method invocation ...