A typedef to a type which can be used with platform-specific APIs.
typedef implementation-defined native_handle_type;
just::thread Specific
For Windows targets, the native_handle_type
is HANDLE, and represents
the native Windows handle to a thread of execution.
typedef HANDLE native_handle_type;
Header
#include <thread>