New Core Feature: Async Framework (Master Branch and 4.8)

Request is already Async. If you look into the source code in OSS implementation for example, you will see that you can bind OnProcessRequestComplete delegate.
So no need for a while loop… and Async method.