boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
203 stars 162 forks source link

can't put std::thread in vector of struct with other thread-related stuff, or class #184

Closed jmichae3 closed 7 years ago

jmichae3 commented 7 years ago

try putting std::thread in struct and later trying to fill in blanks. it can't be done. also, you have to CloseHandle() in windows when thread is done and people don't know this. which may explain any server resource leaks. that you can't do without a vector or array of struct.

viboes commented 7 years ago

Why are you creating those issues in this repo?