Return a value of type native_handle_type
that represents the thread of execution associated with *this.
native_handle_type native_handle();
just::thread Specific
For Windows targets, returns the native Windows handle for the thread
of execution associated with *this.
typedef HANDLE native_handle_type;
Header
#include <thread>