feat(mempool): add MemPool

This commit is contained in:
fallenoak 2023-01-01 22:50:45 -06:00 committed by GitHub
parent 90246804d0
commit 33be859acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 218 additions and 0 deletions

6
common/MemPool.hpp Normal file
View file

@ -0,0 +1,6 @@
#ifndef COMMON_MEM_POOL_HPP
#define COMMON_MEM_POOL_HPP
#include "common/mempool/MemPool.hpp"
#endif