Skip to content

Commit 9c0ecb9

Browse files
Fix typo
1 parent e7cbc04 commit 9c0ecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/include/kvikio/threadpool_simple.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class ThreadPoolSimple {
187187
*
188188
* @return Thread count.
189189
*/
190-
unsigned int num_thread() const { return _num_threads; }
190+
unsigned int num_threads() const { return _num_threads; }
191191

192192
/**
193193
* @brief Submit the task to the thread pool for execution. The worker thread is selected

0 commit comments

Comments
 (0)