diff options
Diffstat (limited to 'base/threading/worker_pool_win.cc')
-rw-r--r-- | base/threading/worker_pool_win.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/threading/worker_pool_win.cc b/base/threading/worker_pool_win.cc index 1b0ade5..563702b 100644 --- a/base/threading/worker_pool_win.cc +++ b/base/threading/worker_pool_win.cc @@ -70,4 +70,10 @@ bool WorkerPool::RunsTasksOnCurrentThread() { return g_worker_pool_running_on_this_thread.Get().Get(); } +// static +void WorkerPool::ShutDownCleanly() { + // TODO(yzshen): implement it. + NOTIMPLEMENTED(); +} + } // namespace base |