You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple active object pattern implementation.
The Active Object pattern is a concurrency pattern that allows you to enqueue the requests and process them asynchronously in a separate thread.