Also known as
- Asynchronous Procedure Call
Intent of Async Method Invocation Design Pattern
The Async Method Invocation pattern is designed to enhance concurrency by allowing methods to be called asynchronously. This pattern helps in executing parallel tasks, reducing wait times, and improving system throughput.