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 dced1c8 commit 4245b53Copy full SHA for 4245b53
include/pthread/thread.hpp
@@ -83,6 +83,7 @@ namespace pthread {
83
* The new thread is made runnable, and will start executing the run routine, with.
84
*
85
* @param runner a class that implements the runnable interface.
86
+ * @param stack_size thread stack size in bytes (default is 0 and means use default stack size)
87
*/
88
thread( const runnable &runner, const std::size_t stack_size = 0 );
89
0 commit comments