atscppapi
1.0.9
C++ wrapper for Apache Traffic Server API
|
AsyncReceiver is the interface that receivers of async operations must implement. It is templated on the type of the async operation provider. More...
#include "Async.h"
Inherits atscppapi::noncopyable.
Public Member Functions | |
virtual void | handleAsyncComplete (AsyncProviderType &provider)=0 |
AsyncReceiver is the interface that receivers of async operations must implement. It is templated on the type of the async operation provider.
|
pure virtual |
This method is invoked when the async operation is completed. The mutex provided during the creation of the async operation will be automatically locked during the invocation of this method.
provider | A reference to the provider which completed the async operation. |