2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-08 23:22:13 +00:00

Add thread_group::size() method.

[SVN r27716]
This commit is contained in:
Michael Glassford
2005-03-17 01:46:11 +00:00
parent 349d0fd74b
commit 6382846f6c
2 changed files with 6 additions and 0 deletions

View File

@@ -367,4 +367,9 @@ void thread_group::join_all()
}
}
int thread_group::size()
{
return m_threads.size();
}
} // namespace boost