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