BLPAPI C++
3.24.5
|
Provide a dispatcher to dispatch events. More...
Go to the source code of this file.
Classes | |
class | EventDispatcher |
Namespaces | |
BloombergLP | |
BloombergLP::blpapi | |
Functions | |
blpapi_EventDispatcher_t * | blpapi_EventDispatcher_create (size_t numDispatcherThreads) |
void | blpapi_EventDispatcher_destroy (blpapi_EventDispatcher_t *handle) |
int | blpapi_EventDispatcher_start (blpapi_EventDispatcher_t *handle) |
int | blpapi_EventDispatcher_stop (blpapi_EventDispatcher_t *handle, int async) |
int | blpapi_EventDispatcher_dispatchEvents (blpapi_EventDispatcher_t *handle) |
Provide a dispatcher to dispatch events.
blpapi_EventDispatcher_t* blpapi_EventDispatcher_create | ( | size_t | numDispatcherThreads | ) |
void blpapi_EventDispatcher_destroy | ( | blpapi_EventDispatcher_t * | handle | ) |
int blpapi_EventDispatcher_dispatchEvents | ( | blpapi_EventDispatcher_t * | handle | ) |
int blpapi_EventDispatcher_start | ( | blpapi_EventDispatcher_t * | handle | ) |
int blpapi_EventDispatcher_stop | ( | blpapi_EventDispatcher_t * | handle, |
int | async | ||
) |