dxFeed Graal CXX API
Loading...
Searching...
No Matches
SimpleHandler< Signature > Struct Template Reference

A thread-safe class that allows to asynchronously notify listeners with a given signature. More...

Detailed Description

template<typename Signature>
struct SimpleHandler< Signature >

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.

Template Parameters
SignatureThe arguments "signature" (example: void(int, int))