Skip to content

Commit 4245b53

Browse files
missing doxygen comment
1 parent dced1c8 commit 4245b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/pthread/thread.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ namespace pthread {
8383
* The new thread is made runnable, and will start executing the run routine, with.
8484
*
8585
* @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)
8687
*/
8788
thread( const runnable &runner, const std::size_t stack_size = 0 );
8889

0 commit comments

Comments
 (0)