We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cbc04 commit 9c0ecb9Copy full SHA for 9c0ecb9
cpp/include/kvikio/threadpool_simple.hpp
@@ -187,7 +187,7 @@ class ThreadPoolSimple {
187
*
188
* @return Thread count.
189
*/
190
- unsigned int num_thread() const { return _num_threads; }
+ unsigned int num_threads() const { return _num_threads; }
191
192
/**
193
* @brief Submit the task to the thread pool for execution. The worker thread is selected
0 commit comments