std::thread has the native_handle() method.
how do you get the native_handle_type of the currently executing thread?
(no platform-specific answers, please. assume i have a library function void foo(native_handle_type handle); )
std::thread has the native_handle() method.
how do you get the native_handle_type of the currently executing thread?
(no platform-specific answers, please. assume i have a library function void foo(native_handle_type handle); )