forked from lthn/blockchain
15 lines
No EOL
314 B
C++
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()
|
|
{
|
|
} |