Server-side Asynchronous RPC
To receive and dispatch asynchronous remote procedure calls, the server application essential tasks are:
- Handling Asynchronous Calls
- Receiving Cancellations
- Sending the Asynchronous Reply
- Asynchronous I/O and Asynchronous RPC