Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpClientOperationNotifier Struct Referenceabstract

Optional notifier used by external adapters to wake up their own event loop. More...

#include <HttpClient.h>

Inheritance diagram for SC::HttpClientOperationNotifier:
SC::HttpClientAsyncT< T_AsyncEventLoop, T_AsyncStreams >

Public Member Functions

virtual void notifyHttpClientOperation (HttpClientOperation &operation)=0
 Notifies an external adapter that the operation has queued new events.
 

Detailed Description

Optional notifier used by external adapters to wake up their own event loop.

Member Function Documentation

◆ notifyHttpClientOperation()

virtual void SC::HttpClientOperationNotifier::notifyHttpClientOperation ( HttpClientOperation & operation)
pure virtual

Notifies an external adapter that the operation has queued new events.

Parameters
operationOperation that should be polled

The documentation for this struct was generated from the following file: