Skip to content

Commit 8ce17fb

Browse files
authored
Fix function name in comment
1 parent 687ea4c commit 8ce17fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread-pool.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
/**
1919
* This is a simple thread pool class. You can submit tasks using the submit()
20-
* function. Tasks can only return void. Use the check_results() function
20+
* function. Tasks can only return void. Use the check_for_exceptions() function
2121
* before destructing the pool to make sure all functions finished without
2222
* throwing an exception.
2323
*/

0 commit comments

Comments
 (0)