Skip to content

Commit 3f171f7

Browse files
Added missing comment for method thread_group::size()
1 parent 01e2855 commit 3f171f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/pthread/thread.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ namespace pthread {
293293
*/
294294
void join();
295295

296+
/**
297+
* @return the number of threads in the thread_group
298+
*/
296299
unsigned long size();
297300

298301
/** return if thread_group should wait for all referenced abstract_thread terminate

0 commit comments

Comments
 (0)