1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/performance_tests/threads_pool_tests.h
2022-02-04 22:15:59 +01:00

15 lines
No EOL
314 B
C++

// Copyright (c) 2019 The Zano developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include <string>
#include "include_base_utils.h"
#include "threads_pool.h"
inline
void thread_pool_tests()
{
}