summaryrefslogtreecommitdiff
path: root/include/mbgl/util/shared_thread_pool.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/shared_thread_pool.hpp')
-rw-r--r--include/mbgl/util/shared_thread_pool.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/mbgl/util/shared_thread_pool.hpp b/include/mbgl/util/shared_thread_pool.hpp
new file mode 100644
index 0000000000..04a3cb58d5
--- /dev/null
+++ b/include/mbgl/util/shared_thread_pool.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <mbgl/util/default_thread_pool.hpp>
+
+namespace mbgl {
+
+std::shared_ptr<ThreadPool> sharedThreadPool();
+
+} // namespace mbgl