summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/util/shared_thread_pool.hpp
blob: 04a3cb58d5b7cd38670f98c18d02781e0e32cf73 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <mbgl/util/default_thread_pool.hpp>

namespace mbgl {

std::shared_ptr<ThreadPool> sharedThreadPool();

} // namespace mbgl