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 687ea4c commit 8ce17fbCopy full SHA for 8ce17fb
src/thread-pool.hpp
@@ -17,7 +17,7 @@
17
18
/**
19
* 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
+ * function. Tasks can only return void. Use the check_for_exceptions() function
21
* before destructing the pool to make sure all functions finished without
22
* throwing an exception.
23
*/
0 commit comments