dxFeed Graal CXX API
|
A thread-safe class that allows to asynchronously notify listeners with a given signature. More...
A thread-safe class that allows to asynchronously notify listeners with a given signature.
Listeners can be any callable entities. Listeners are placed in one future without queues.
Signature | The arguments "signature" (example: void(int, int) ) |