Active Object: The Retro-Concurrency Pattern That’s Still Relevant in C# .NET

Introduction Sometimes, it’s handy to separate when a method is called from when it actually runs. That’s where the Active Object design pattern comes in. It lets us build more flexible and concurrent systems. One key feature is that each…














