OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
asyncengine/engine.hpp File Reference
Include dependency graph for asyncengine/engine.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  openpit::asyncengine::AsyncEngine< Driver >
 Account-pinned async facade over a synchronous driver object. More...
 
class  openpit::asyncengine::Builder< Driver >
 Entry builder for selecting async strategy and common options. More...
 
class  openpit::asyncengine::DynamicBuilder< Driver >
 Builder stage for demand-created per-account queues. More...
 
class  openpit::asyncengine::ShardedBuilder< Driver >
 Builder stage for a fixed number of account shards. More...
 

Namespaces

 openpit
 
 openpit::asyncengine
 

Typedefs

using openpit::asyncengine::StopUnderlying = std::function< void()>