OpenCBDC Transaction Processor
|
#include "parsec/agent/interface.hpp"
#include "parsec/broker/interface.hpp"
#include "parsec/runtime_locking_shard/interface.hpp"
#include "parsec/util.hpp"
#include "util/common/logging.hpp"
#include "util/common/thread_pool.hpp"
#include <memory>
Go to the source code of this file.
Data Structures | |
class | cbdc::parsec::agent::runner::interface |
Interface for a contract runner. More... | |
class | cbdc::parsec::agent::runner::factory< T > |
Runner factory for agents to intiantiate new runners of a particular type while only worrying about the runner interface. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::parsec |
namespace | cbdc::parsec::agent |
namespace | cbdc::parsec::agent::runner |