1 #pragma once 2 3 #include <mbgl/util/default_thread_pool.hpp> 4 5 namespace mbgl { 6 7 std::shared_ptr<ThreadPool> sharedThreadPool(); 8 9 } // namespace mbgl 10
1 #pragma once 2 3 #include <mbgl/util/default_thread_pool.hpp> 4 5 namespace mbgl { 6 7 std::shared_ptr<ThreadPool> sharedThreadPool(); 8 9 } // namespace mbgl 10