Win32 implementation of native threading.
Creates a new thread from a context.
Creates a thread by providing an existing handle.
Forcefully cancels the thread, stopping execution.
Waits for the thread to finish execution.
Starts the given thread.
Whether the thread is currently running.
ID of the thread.
See Implementation
Win32 implementation of native threading.