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:
@@ -367,4 +367,9 @@ void thread_group::join_all()
|
||||
}
|
||||
}
|
||||
|
||||
int thread_group::size()
|
||||
{
|
||||
return m_threads.size();
|
||||
}
|
||||
|
||||
} // namespace boost
|
||||
|
||||
Reference in New Issue
Block a user