|
sprint 1-alpha
|
#include <thread_group.h>
Public Member Functions | |
| ~thread_group () | |
| release memory associated to thread | |
| bool | create_thread (const sprint::thread_function &p) |
| create an additional thread | |
| void | join_all () |
| wait all threads terminate | |
a thread_group is a collection of thread objects. the class is responsible of wait all and destroy all
1.7.4