aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/thread_pool_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/thread_pool_interface.h')
-rw-r--r--include/grpc++/thread_pool_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc++/thread_pool_interface.h b/include/grpc++/thread_pool_interface.h
index ead307f6a2..ac4458d530 100644
--- a/include/grpc++/thread_pool_interface.h
+++ b/include/grpc++/thread_pool_interface.h
@@ -47,6 +47,8 @@ class ThreadPoolInterface {
virtual void ScheduleCallback(const std::function<void()>& callback) = 0;
};
+ThreadPoolInterface* CreateDefaultThreadPool();
+
} // namespace grpc
#endif // GRPCXX_THREAD_POOL_INTERFACE_H