Kagome
Polkadot Runtime Engine in C++17
|
#include "runtime/common/runtime_instances_pool.hpp"
#include "log/profiling_logger.hpp"
#include "runtime/instance_environment.hpp"
#include "runtime/module.hpp"
#include "runtime/module_factory.hpp"
#include "runtime/module_instance.hpp"
#include "runtime/runtime_upgrade_tracker.hpp"
Go to the source code of this file.
Classes | |
class | kagome::runtime::BorrowedInstance |
Wrapper type over sptr<ModuleInstance>. Allows to return instance back to the ModuleInstancePool upon destruction of BorrowedInstance. More... | |
Namespaces | |
kagome::runtime | |