boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
200 stars 161 forks source link

.native_handle() should not be readonly #185

Closed jmichae3 closed 6 years ago

jmichae3 commented 6 years ago

a windows HANDLE is a pointer. I suspect it should not be readonly. I don't know about pthreads or pth or OpenMP, but this doesn't look like a safe idea.

viboes commented 6 years ago

Are these issues addressed to std::thread?